Your message dated Wed, 21 May 2008 21:23:55 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: [m68k] natfeat ethernet config
has caused the Debian Bug report #458216,
regarding [m68k] natfeat ethernet config
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
458216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458216
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.23-2
It seems that a change in the patch after 2.6.18 has defaulted the
natfeat ethernet support to no, which sort of defeats the point of
adding the patch. :)
The attached patch should fix this (untested).
Thanks,
Stephen
From 2.6.18 [0]:
| Atari NatFeat Ethernet support (ATARI_NFETH) [Y/n/m/?] y
From 2.6.22-5 [1]: (since we have a log for it)
| ARAnyM emulator support (NATFEAT) [Y/n/?] y
| NatFeat Ethernet support (NFETH) [N/m/y/?] (NEW) n
[0]
<http://buildd.debian.org/fetch.cgi?&pkg=linux-2.6&ver=2.6.18.dfsg.1-10&arch=m68k&stamp=1170758623&file=log>
[1]
<http://buildd.debian.org/fetch.cgi?&pkg=linux-2.6&ver=2.6.22-5&arch=m68k&stamp=1193495100&file=log>
--
Stephen R. Marenka If life's not fun, you're not doing it right!
<[EMAIL PROTECTED]>
--- debian/config/m68k/config.atari.orig 2007-12-29 09:31:21.000000000 -0600
+++ debian/config/m68k/config.atari 2007-12-29 09:32:38.000000000 -0600
@@ -105,6 +105,7 @@
# enable new ethernet drivers
CONFIG_ARANYM=y
CONFIG_NATFEAT=y
+CONFIG_NFETH=y
# enable ethernet
CONFIG_NET_ETHERNET=y
CONFIG_ATARILANCE=y
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 2.6.25-2
> It seems that a change in the patch after 2.6.18 has defaulted the
> natfeat ethernet support to no
$ wget -q
http://ftp.at.debian.org/debian/pool/main/l/linux-2.6/linux-image-2.6.25-2-atari_2.6.25-3_m68k.deb
$ dpkg -x linux-image-2.6.25-2-atari_2.6.25-3_m68k.deb m68k
$ egrep NFETH m68k/boot/config-2.6.25-2-atari
CONFIG_NFETH=y
please reopen if i misunderstood your bug report.
--
maks
--- End Message ---