CONFIG_PHYSICAL_START=0x100000
# CONFIG_PNPACPI is not set
CONFIG_R6040=m
+CONFIG_R6040_NAPI=y
# CONFIG_RELOCATABLE is not set
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RTC is not set
+++ /dev/null
-mount_root ${FAILSAFE:+failsafe}
-exec /bin/busybox init
diff -urN linux-2.6.17/drivers/net/Kconfig linux-2.6.17.new/drivers/net/Kconfig
--- linux-2.6.17/drivers/net/Kconfig 2006-06-18 03:49:35.000000000 +0200
+++ linux-2.6.17.new/drivers/net/Kconfig 2006-09-25 13:14:27.000000000 +0200
-@@ -1358,6 +1358,19 @@
+@@ -1358,6 +1358,23 @@
<file:Documentation/networking/net-modules.txt>. The module will be
called apricot.
+ <file:Documentation/networking/net-modules.txt>. The module will be
+ called r6040.
+
++
++config R6040_NAPI
++ bool "NAPI support for R6040"
++ default y
config B44
tristate "Broadcom 4400 ethernet support (EXPERIMENTAL)"
depends on NET_PCI && PCI && EXPERIMENTAL
--- /dev/null
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/ar525w
+ NAME:=AirLink101 AR525W
+ PACKAGES:=kmod-rt61 kmod-r6040
+endef
+$(eval $(call Profile,ar525w))
+
+++ /dev/null
-#
-# Copyright (C) 2006 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/ar525w
- NAME:=AirLink101 AR525W
- PACKAGES:=kmod-rt61 kmod-r6040
-endef
-$(eval $(call Profile,ar525w))
-