diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-24 18:08:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-24 18:08:14 +0000 |
commit | 05de472518d8ae3504cd132069ce29c27cb934d4 (patch) | |
tree | 6aec7f7cca1627628c736f223bd1b5a3da89a05a /target/linux/adm5120/patches-3.8/003-adm5120_switch.patch | |
parent | 3d65d0291c0b55b44fd9fa1c54ae01938ced9191 (diff) | |
download | upstream-05de472518d8ae3504cd132069ce29c27cb934d4.tar.gz upstream-05de472518d8ae3504cd132069ce29c27cb934d4.tar.bz2 upstream-05de472518d8ae3504cd132069ce29c27cb934d4.zip |
adm5120: add support for 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35769
Diffstat (limited to 'target/linux/adm5120/patches-3.8/003-adm5120_switch.patch')
-rw-r--r-- | target/linux/adm5120/patches-3.8/003-adm5120_switch.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/adm5120/patches-3.8/003-adm5120_switch.patch b/target/linux/adm5120/patches-3.8/003-adm5120_switch.patch new file mode 100644 index 0000000000..970d3d63e1 --- /dev/null +++ b/target/linux/adm5120/patches-3.8/003-adm5120_switch.patch @@ -0,0 +1,23 @@ +--- a/drivers/net/Kconfig ++++ b/drivers/net/Kconfig +@@ -255,6 +255,10 @@ source "drivers/net/dsa/Kconfig" + + source "drivers/net/ethernet/Kconfig" + ++config ADM5120_ENET ++ tristate "ADM5120 Ethernet switch support" ++ depends on ADM5120 ++ + source "drivers/net/fddi/Kconfig" + + source "drivers/net/hippi/Kconfig" +--- a/drivers/net/Makefile ++++ b/drivers/net/Makefile +@@ -33,6 +33,7 @@ obj-$(CONFIG_CAN) += can/ + obj-$(CONFIG_ETRAX_ETHERNET) += cris/ + obj-$(CONFIG_NET_DSA) += dsa/ + obj-$(CONFIG_ETHERNET) += ethernet/ ++obj-$(CONFIG_ADM5120_ENET) += adm5120sw.o + obj-$(CONFIG_FDDI) += fddi/ + obj-$(CONFIG_HIPPI) += hippi/ + obj-$(CONFIG_HAMRADIO) += hamradio/ |