diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-18 17:55:27 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-18 17:55:27 +0000 |
commit | 715e8021a2c5f52f596196b7e0a7e031443d4ca4 (patch) | |
tree | 71cb432387d56a952dcbaf9c176081e63413d704 /target/linux/aruba-2.6/patches/010-ar2313_enet.patch | |
parent | 39b1fcd53263cb1513d56bd20d02a00a2c8fc914 (diff) |
remove target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7669 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0f30b3888..000000000 --- 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 \ |