mirror of https://github.com/hak5/openwrt-owl.git
Remove preinit.arch, not used, compile NAPI support for R6040, change the profile name to ar525w
SVN-Revision: 8160owl
parent
445230cf78
commit
868fbb706e
|
@ -220,6 +220,7 @@ CONFIG_PHYSICAL_ALIGN=0x100000
|
||||||
CONFIG_PHYSICAL_START=0x100000
|
CONFIG_PHYSICAL_START=0x100000
|
||||||
# CONFIG_PNPACPI is not set
|
# CONFIG_PNPACPI is not set
|
||||||
CONFIG_R6040=m
|
CONFIG_R6040=m
|
||||||
|
CONFIG_R6040_NAPI=y
|
||||||
# CONFIG_RELOCATABLE is not set
|
# CONFIG_RELOCATABLE is not set
|
||||||
# CONFIG_RPCSEC_GSS_KRB5 is not set
|
# CONFIG_RPCSEC_GSS_KRB5 is not set
|
||||||
# CONFIG_RTC is not set
|
# CONFIG_RTC is not set
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
mount_root ${FAILSAFE:+failsafe}
|
|
||||||
exec /bin/busybox init
|
|
|
@ -1,7 +1,7 @@
|
||||||
diff -urN linux-2.6.17/drivers/net/Kconfig linux-2.6.17.new/drivers/net/Kconfig
|
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/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
|
+++ 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
|
<file:Documentation/networking/net-modules.txt>. The module will be
|
||||||
called apricot.
|
called apricot.
|
||||||
|
|
||||||
|
@ -18,6 +18,10 @@ diff -urN linux-2.6.17/drivers/net/Kconfig linux-2.6.17.new/drivers/net/Kconfig
|
||||||
+ <file:Documentation/networking/net-modules.txt>. The module will be
|
+ <file:Documentation/networking/net-modules.txt>. The module will be
|
||||||
+ called r6040.
|
+ called r6040.
|
||||||
+
|
+
|
||||||
|
+
|
||||||
|
+config R6040_NAPI
|
||||||
|
+ bool "NAPI support for R6040"
|
||||||
|
+ default y
|
||||||
config B44
|
config B44
|
||||||
tristate "Broadcom 4400 ethernet support (EXPERIMENTAL)"
|
tristate "Broadcom 4400 ethernet support (EXPERIMENTAL)"
|
||||||
depends on NET_PCI && PCI && EXPERIMENTAL
|
depends on NET_PCI && PCI && EXPERIMENTAL
|
||||||
|
|
Loading…
Reference in New Issue