diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-06-30 15:06:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-06-30 15:06:38 +0000 |
commit | 9679dfcc6296595027b7acfb8709ed63e82f2a72 (patch) | |
tree | 2c0b84d18273bd3a0aa61e141022fe566b591849 /target/linux/adm5120-2.6/patches/003-adm5120_switch.patch | |
parent | 15a3d260fe9cd40f75c4d49f7daa11dde16753af (diff) | |
download | mtk-20170518-9679dfcc6296595027b7acfb8709ed63e82f2a72.zip mtk-20170518-9679dfcc6296595027b7acfb8709ed63e82f2a72.tar.gz mtk-20170518-9679dfcc6296595027b7acfb8709ed63e82f2a72.tar.bz2 |
restore old patches for 2.6.21.5 kernel
SVN-Revision: 7798
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 | 25 |
1 files changed, 25 insertions, 0 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 new file mode 100644 index 0000000..f6fec30 --- /dev/null +++ b/target/linux/adm5120-2.6/patches/003-adm5120_switch.patch @@ -0,0 +1,25 @@ +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 @@ + If you have an Alchemy Semi AU1X00 based system + say Y. Otherwise, say N. + ++config MIPS_ADM5120_ENET ++ tristate "MIPS ADM5120 Ethernet switch support" ++ depends on NET_ETHERNET && MIPS_ADM5120 ++ + 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 @@ + # 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_HPLANCE) += hplance.o 7990.o |