aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-14 12:11:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-14 12:11:48 +0000
commitbd5ac8b620211c6aaa02eb1670c2d893e8b96915 (patch)
tree60527d884f45ae6d124068b166a405de07690d39 /target/linux/generic
parentbed62530c92ba315e2c4b15321693d58674defa6 (diff)
downloadmaster-187ad058-bd5ac8b620211c6aaa02eb1670c2d893e8b96915.tar.gz
master-187ad058-bd5ac8b620211c6aaa02eb1670c2d893e8b96915.tar.bz2
master-187ad058-bd5ac8b620211c6aaa02eb1670c2d893e8b96915.zip
generic: export include/linux/switch.h on 3.3, 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34678 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r--target/linux/generic/patches-3.3/700-swconfig.patch10
-rw-r--r--target/linux/generic/patches-3.6/700-swconfig.patch10
2 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.3/700-swconfig.patch b/target/linux/generic/patches-3.3/700-swconfig.patch
index 48cb64372e..a2009439c7 100644
--- a/target/linux/generic/patches-3.3/700-swconfig.patch
+++ b/target/linux/generic/patches-3.3/700-swconfig.patch
@@ -27,3 +27,13 @@
obj-$(CONFIG_MARVELL_PHY) += marvell.o
obj-$(CONFIG_DAVICOM_PHY) += davicom.o
obj-$(CONFIG_CICADA_PHY) += cicada.o
+--- a/include/linux/Kbuild
++++ b/include/linux/Kbuild
+@@ -354,6 +354,7 @@ header-y += stddef.h
+ header-y += string.h
+ header-y += suspend_ioctls.h
+ header-y += swab.h
++header-y += switch.h
+ header-y += synclink.h
+ header-y += sysctl.h
+ header-y += taskstats.h
diff --git a/target/linux/generic/patches-3.6/700-swconfig.patch b/target/linux/generic/patches-3.6/700-swconfig.patch
index 777ea95d7a..7b607722c3 100644
--- a/target/linux/generic/patches-3.6/700-swconfig.patch
+++ b/target/linux/generic/patches-3.6/700-swconfig.patch
@@ -27,3 +27,13 @@
obj-$(CONFIG_MARVELL_PHY) += marvell.o
obj-$(CONFIG_DAVICOM_PHY) += davicom.o
obj-$(CONFIG_CICADA_PHY) += cicada.o
+--- a/include/linux/Kbuild
++++ b/include/linux/Kbuild
+@@ -358,6 +358,7 @@ header-y += stddef.h
+ header-y += string.h
+ header-y += suspend_ioctls.h
+ header-y += swab.h
++header-y += switch.h
+ header-y += synclink.h
+ header-y += sysctl.h
+ header-y += sysinfo.h