diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:25:38 +0000 |
commit | eb2188c0e229799d7fc619fbff66d70f8f5b76c6 (patch) | |
tree | 5f58304bf684bc84e183fd5fc7ad99bd94786a41 /target/linux/ar71xx/patches-3.6/423-dsa-add-88e6063-driver.patch | |
parent | fe86bc937096e4b349c4394a71bc3b48daae45db (diff) | |
download | upstream-eb2188c0e229799d7fc619fbff66d70f8f5b76c6.tar.gz upstream-eb2188c0e229799d7fc619fbff66d70f8f5b76c6.tar.bz2 upstream-eb2188c0e229799d7fc619fbff66d70f8f5b76c6.zip |
ar71xx: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35114
Diffstat (limited to 'target/linux/ar71xx/patches-3.6/423-dsa-add-88e6063-driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.6/423-dsa-add-88e6063-driver.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/ar71xx/patches-3.6/423-dsa-add-88e6063-driver.patch b/target/linux/ar71xx/patches-3.6/423-dsa-add-88e6063-driver.patch deleted file mode 100644 index bfb0b8e75c..0000000000 --- a/target/linux/ar71xx/patches-3.6/423-dsa-add-88e6063-driver.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/drivers/net/dsa/Kconfig -+++ b/drivers/net/dsa/Kconfig -@@ -12,6 +12,13 @@ config NET_DSA_MV88E6060 - This enables support for the Marvell 88E6060 ethernet switch - chip. - -+config NET_DSA_MV88E6063 -+ bool "Marvell 88E6063 ethernet switch chip support" -+ select NET_DSA_TAG_TRAILER -+ ---help--- -+ This enables support for the Marvell 88E6063 ethernet switch -+ chip -+ - config NET_DSA_MV88E6XXX_NEED_PPU - bool - default n ---- a/drivers/net/dsa/Makefile -+++ b/drivers/net/dsa/Makefile -@@ -1,4 +1,5 @@ - obj-$(CONFIG_NET_DSA_MV88E6060) += mv88e6060.o -+obj-$(CONFIG_NET_DSA_MV88E6063) += mv88e6063.o - obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx_drv.o - mv88e6xxx_drv-y += mv88e6xxx.o - ifdef CONFIG_NET_DSA_MV88E6123_61_65 |