From a6f330452b814518443677c156ddf19f10d4c573 Mon Sep 17 00:00:00 2001 From: acoul Date: Wed, 9 Jun 2010 10:45:47 +0000 Subject: ar71xx: add kernel 2.6.35 preliminary support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21734 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...23-dsa-add-ar7240-built-in-switch-support.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 target/linux/ar71xx/patches-2.6.35/123-dsa-add-ar7240-built-in-switch-support.patch (limited to 'target/linux/ar71xx/patches-2.6.35/123-dsa-add-ar7240-built-in-switch-support.patch') diff --git a/target/linux/ar71xx/patches-2.6.35/123-dsa-add-ar7240-built-in-switch-support.patch b/target/linux/ar71xx/patches-2.6.35/123-dsa-add-ar7240-built-in-switch-support.patch new file mode 100644 index 000000000..50e6e5de2 --- /dev/null +++ b/target/linux/ar71xx/patches-2.6.35/123-dsa-add-ar7240-built-in-switch-support.patch @@ -0,0 +1,28 @@ +--- a/net/dsa/Kconfig ++++ b/net/dsa/Kconfig +@@ -29,6 +29,15 @@ config NET_DSA_TAG_QINQ + + + # switch drivers ++config NET_DSA_AR7240 ++ bool "Atheros AR7240 built-in ethernet switch support" ++ depends on ATHEROS_AR71XX ++ default n ++ select NET_DSA_TAG_QINQ ++ ---help--- ++ This enables support for the built-in ethernet switch of the ++ Atheros AR7240 SoC. ++ + config NET_DSA_MV88E6XXX + bool + default n +--- a/net/dsa/Makefile ++++ b/net/dsa/Makefile +@@ -5,6 +5,7 @@ obj-$(CONFIG_NET_DSA_TAG_QINQ) += tag_qi + obj-$(CONFIG_NET_DSA_TAG_TRAILER) += tag_trailer.o + + # switch drivers ++obj-$(CONFIG_NET_DSA_AR7240) += ar7240.o + obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o + obj-$(CONFIG_NET_DSA_MV88E6060) += mv88e6060.o + obj-$(CONFIG_NET_DSA_MV88E6063) += mv88e6063.o -- cgit v1.2.3