- bump atheros to .26
[openwrt/svn-archive/archive.git] / target / linux / atheros / patches-2.6.25 / 130-ar2313_ethernet.patch
1 Index: linux-2.6.25.4/drivers/net/Kconfig
2 ===================================================================
3 --- linux-2.6.25.4.orig/drivers/net/Kconfig
4 +++ linux-2.6.25.4/drivers/net/Kconfig
5 @@ -367,6 +367,12 @@ config AX88796_93CX6
6 help
7 Select this if your platform comes with an external 93CX6 eeprom.
8
9 +config AR2313
10 + tristate "AR2313 Ethernet support"
11 + depends on NET_ETHERNET && ATHEROS
12 + help
13 + Support for the AR231x/531x ethernet controller
14 +
15 config MACE
16 tristate "MACE (Power Mac ethernet) support"
17 depends on PPC_PMAC && PPC32
18 Index: linux-2.6.25.4/drivers/net/Makefile
19 ===================================================================
20 --- linux-2.6.25.4.orig/drivers/net/Makefile
21 +++ linux-2.6.25.4/drivers/net/Makefile
22 @@ -194,6 +194,7 @@ obj-$(CONFIG_MVME147_NET) += mvme147.o 7
23 obj-$(CONFIG_EQUALIZER) += eql.o
24 obj-$(CONFIG_MIPS_JAZZ_SONIC) += jazzsonic.o
25 obj-$(CONFIG_MIPS_AU1X00_ENET) += au1000_eth.o
26 +obj-$(CONFIG_AR2313) += ar2313/
27 obj-$(CONFIG_MIPS_SIM_NET) += mipsnet.o
28 obj-$(CONFIG_SGI_IOC3_ETH) += ioc3-eth.o
29 obj-$(CONFIG_DECLANCE) += declance.o