aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.36/121-dsa-add-88e6063-driver.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-25 23:26:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-25 23:26:33 +0000
commit377898e785235c4acf967be9f2e4b0c8570dcfe3 (patch)
tree7a276114d09bc07f5ce911287fcb974a5a68e622 /target/linux/ar71xx/patches-2.6.36/121-dsa-add-88e6063-driver.patch
parent4c808e972b5d199e70484563ddb4a56b63e9d32d (diff)
downloadupstream-377898e785235c4acf967be9f2e4b0c8570dcfe3.tar.gz
upstream-377898e785235c4acf967be9f2e4b0c8570dcfe3.tar.bz2
upstream-377898e785235c4acf967be9f2e4b0c8570dcfe3.zip
ar71xx: remove support for 2.6.36
SVN-Revision: 25716
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.36/121-dsa-add-88e6063-driver.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.36/121-dsa-add-88e6063-driver.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/ar71xx/patches-2.6.36/121-dsa-add-88e6063-driver.patch b/target/linux/ar71xx/patches-2.6.36/121-dsa-add-88e6063-driver.patch
deleted file mode 100644
index 1a11a69c6f..0000000000
--- a/target/linux/ar71xx/patches-2.6.36/121-dsa-add-88e6063-driver.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/net/dsa/Kconfig
-+++ b/net/dsa/Kconfig
-@@ -36,6 +36,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/net/dsa/Makefile
-+++ b/net/dsa/Makefile
-@@ -6,6 +6,7 @@ obj-$(CONFIG_NET_DSA_TAG_TRAILER) += tag
- # switch drivers
- obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o
- obj-$(CONFIG_NET_DSA_MV88E6060) += mv88e6060.o
-+obj-$(CONFIG_NET_DSA_MV88E6063) += mv88e6063.o
- obj-$(CONFIG_NET_DSA_MV88E6123_61_65) += mv88e6123_61_65.o
- obj-$(CONFIG_NET_DSA_MV88E6131) += mv88e6131.o
-