diff options
author | Mike Baker <mbm@openwrt.org> | 2007-06-18 17:55:27 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2007-06-18 17:55:27 +0000 |
commit | d59086d496db6059db651f2335e8134db7223c72 (patch) | |
tree | ee4420d21e620def7d2d38000d226a8c222eb31f /target/linux/aruba-2.6/patches/010-ar2313_enet.patch | |
parent | 7b53ec0f272506772bd04056f1923d7520301d3f (diff) | |
download | upstream-d59086d496db6059db651f2335e8134db7223c72.tar.gz upstream-d59086d496db6059db651f2335e8134db7223c72.tar.bz2 upstream-d59086d496db6059db651f2335e8134db7223c72.zip |
remove target
SVN-Revision: 7669
Diffstat (limited to 'target/linux/aruba-2.6/patches/010-ar2313_enet.patch')
-rw-r--r-- | target/linux/aruba-2.6/patches/010-ar2313_enet.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/aruba-2.6/patches/010-ar2313_enet.patch b/target/linux/aruba-2.6/patches/010-ar2313_enet.patch deleted file mode 100644 index 0f30b3888e..0000000000 --- a/target/linux/aruba-2.6/patches/010-ar2313_enet.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Nur linux-2.6.17/drivers/net/Kconfig linux-2.6.17-owrt/drivers/net/Kconfig ---- linux-2.6.17/drivers/net/Kconfig 2006-06-19 12:05:01.000000000 +0200 -+++ linux-2.6.17-owrt/drivers/net/Kconfig 2006-06-19 12:26:35.000000000 +0200 -@@ -310,6 +310,12 @@ - - source "drivers/net/arm/Kconfig" - -+config AR2313 -+ tristate "AR2313 Ethernet support" -+ depends on NET_ETHERNET && MACH_ARUBA -+ help -+ Support for the AR2313 Ethernet part on Aruba AP60/61 -+ - config IDT_RC32434_ETH - tristate "IDT RC32434 Local Ethernet support" - depends on NET_ETHERNET -diff -Nur linux-2.6.17/drivers/net/Makefile linux-2.6.17-owrt/drivers/net/Makefile ---- linux-2.6.17/drivers/net/Makefile 2006-06-19 12:05:01.000000000 +0200 -+++ linux-2.6.17-owrt/drivers/net/Makefile 2006-06-19 12:27:02.000000000 +0200 -@@ -12,6 +12,7 @@ - obj-$(CONFIG_CHELSIO_T1) += chelsio/ - obj-$(CONFIG_BONDING) += bonding/ - obj-$(CONFIG_GIANFAR) += gianfar_driver.o -+obj-$(CONFIG_AR2313) += ar2313/ - - gianfar_driver-objs := gianfar.o \ - gianfar_ethtool.o \ |