strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[openwrt/svn-archive/archive.git] / target / linux / atheros / patches / 130-ar2313_ethernet.patch
1 diff -urN linux.old/drivers/net/Kconfig linux.eth/drivers/net/Kconfig
2 --- linux.old/drivers/net/Kconfig 2006-12-14 23:53:29.000000000 +0100
3 +++ linux.eth/drivers/net/Kconfig 2006-12-16 04:30:11.000000000 +0100
4 @@ -324,6 +324,12 @@
5
6 source "drivers/net/arm/Kconfig"
7
8 +config AR2313
9 + tristate "AR2313 Ethernet support"
10 + depends on NET_ETHERNET && ATHEROS
11 + help
12 + Support for the AR231x/531x ethernet controller
13 +
14 config MACE
15 tristate "MACE (Power Mac ethernet) support"
16 depends on NET_ETHERNET && PPC_PMAC && PPC32
17 diff -urN linux.old/drivers/net/Makefile linux.eth/drivers/net/Makefile
18 --- linux.old/drivers/net/Makefile 2006-12-14 23:53:29.000000000 +0100
19 +++ linux.eth/drivers/net/Makefile 2006-12-16 04:30:11.000000000 +0100
20 @@ -11,6 +11,7 @@
21 obj-$(CONFIG_BONDING) += bonding/
22 obj-$(CONFIG_ATL1) += atl1/
23 obj-$(CONFIG_GIANFAR) += gianfar_driver.o
24 +obj-$(CONFIG_AR2313) += ar2313/
25
26 gianfar_driver-objs := gianfar.o \
27 gianfar_ethtool.o \