diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-07-12 10:19:36 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-07-12 10:19:36 +0000 |
commit | d2c338cd52bbb07983680fc4369529c7b396617c (patch) | |
tree | 47071bf715bb19b73a841cef500e3d94db924348 /target/linux/atheros-2.6/patches/130-ar2313_ethernet.patch | |
parent | 65edd13209cfb70986a94ec017c775a3ab4eba5c (diff) | |
download | upstream-d2c338cd52bbb07983680fc4369529c7b396617c.tar.gz upstream-d2c338cd52bbb07983680fc4369529c7b396617c.tar.bz2 upstream-d2c338cd52bbb07983680fc4369529c7b396617c.zip |
upgrade atheros targets to 2.6.22.1
SVN-Revision: 7936
Diffstat (limited to 'target/linux/atheros-2.6/patches/130-ar2313_ethernet.patch')
-rw-r--r-- | target/linux/atheros-2.6/patches/130-ar2313_ethernet.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros-2.6/patches/130-ar2313_ethernet.patch b/target/linux/atheros-2.6/patches/130-ar2313_ethernet.patch index 960c736ae9..65fc51e7a8 100644 --- a/target/linux/atheros-2.6/patches/130-ar2313_ethernet.patch +++ b/target/linux/atheros-2.6/patches/130-ar2313_ethernet.patch @@ -1,7 +1,7 @@ diff -urN linux.old/drivers/net/Kconfig linux.eth/drivers/net/Kconfig --- linux.old/drivers/net/Kconfig 2006-12-14 23:53:29.000000000 +0100 +++ linux.eth/drivers/net/Kconfig 2006-12-16 04:30:11.000000000 +0100 -@@ -313,6 +313,12 @@ +@@ -324,6 +324,12 @@ source "drivers/net/arm/Kconfig" @@ -17,9 +17,9 @@ diff -urN linux.old/drivers/net/Kconfig linux.eth/drivers/net/Kconfig diff -urN linux.old/drivers/net/Makefile linux.eth/drivers/net/Makefile --- linux.old/drivers/net/Makefile 2006-12-14 23:53:29.000000000 +0100 +++ linux.eth/drivers/net/Makefile 2006-12-16 04:30:11.000000000 +0100 -@@ -9,6 +9,7 @@ - obj-$(CONFIG_EHEA) += ehea/ +@@ -11,6 +11,7 @@ obj-$(CONFIG_BONDING) += bonding/ + obj-$(CONFIG_ATL1) += atl1/ obj-$(CONFIG_GIANFAR) += gianfar_driver.o +obj-$(CONFIG_AR2313) += ar2313/ |