diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-13 18:06:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-13 18:06:38 +0000 |
commit | d4c8b230b54d52abeeff794e85b59009fc1445fc (patch) | |
tree | 6ecf89f6685f18a59428e8d7f99bc91261244fdb /target/linux/adm5120-2.6/patches/003-adm5120_switch.patch | |
parent | 9aff33e13f46094938feb4acd4b5a3ebe34246e7 (diff) | |
download | upstream-d4c8b230b54d52abeeff794e85b59009fc1445fc.tar.gz upstream-d4c8b230b54d52abeeff794e85b59009fc1445fc.tar.bz2 upstream-d4c8b230b54d52abeeff794e85b59009fc1445fc.zip |
Refresh patches with quilt, thanks Gabor !
SVN-Revision: 7617
Diffstat (limited to 'target/linux/adm5120-2.6/patches/003-adm5120_switch.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches/003-adm5120_switch.patch | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/target/linux/adm5120-2.6/patches/003-adm5120_switch.patch b/target/linux/adm5120-2.6/patches/003-adm5120_switch.patch index f6fec30bca..cbd28b1aa8 100644 --- a/target/linux/adm5120-2.6/patches/003-adm5120_switch.patch +++ b/target/linux/adm5120-2.6/patches/003-adm5120_switch.patch @@ -1,7 +1,8 @@ -diff -urN linux-2.6.19.2/drivers/net/Kconfig linux-2.6.19.2-adm5120/drivers/net/Kconfig ---- linux-2.6.19.2/drivers/net/Kconfig 2007-01-10 20:10:37.000000000 +0100 -+++ linux-2.6.19.2-adm5120/drivers/net/Kconfig 2007-01-23 01:13:39.000000000 +0100 -@@ -450,6 +450,10 @@ +Index: linux-2.6.21.1/drivers/net/Kconfig +=================================================================== +--- linux-2.6.21.1.orig/drivers/net/Kconfig ++++ linux-2.6.21.1/drivers/net/Kconfig +@@ -574,6 +574,10 @@ config MIPS_AU1X00_ENET If you have an Alchemy Semi AU1X00 based system say Y. Otherwise, say N. @@ -12,14 +13,15 @@ diff -urN linux-2.6.19.2/drivers/net/Kconfig linux-2.6.19.2-adm5120/drivers/net/ config NET_SB1250_MAC tristate "SB1250 Ethernet support" depends on NET_ETHERNET && SIBYTE_SB1xxx_SOC -diff -urN linux-2.6.19.2/drivers/net/Makefile linux-2.6.19.2-adm5120/drivers/net/Makefile ---- linux-2.6.19.2/drivers/net/Makefile 2007-01-10 20:10:37.000000000 +0100 -+++ linux-2.6.19.2-adm5120/drivers/net/Makefile 2007-01-23 01:13:39.000000000 +0100 -@@ -164,6 +164,7 @@ +Index: linux-2.6.21.1/drivers/net/Makefile +=================================================================== +--- linux-2.6.21.1.orig/drivers/net/Makefile ++++ linux-2.6.21.1/drivers/net/Makefile +@@ -165,6 +165,7 @@ obj-$(CONFIG_SC92031) += sc92031.o # This is also a 82596 and should probably be merged obj-$(CONFIG_LP486E) += lp486e.o +obj-$(CONFIG_MIPS_ADM5120_ENET) += adm5120sw.o obj-$(CONFIG_ETH16I) += eth16i.o - obj-$(CONFIG_ZORRO8390) += zorro8390.o 8390.o + obj-$(CONFIG_ZORRO8390) += zorro8390.o obj-$(CONFIG_HPLANCE) += hplance.o 7990.o |