diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-14 12:11:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-14 12:11:48 +0000 |
commit | 57d7df3a3505022713219b973594d828b9ad0fba (patch) | |
tree | 0b030c76c357e5520766d78183e62b6ff3b5a6f5 /target/linux/generic/patches-3.3 | |
parent | a860153cce7fad72060b4f68866ea663df6329f7 (diff) | |
download | upstream-57d7df3a3505022713219b973594d828b9ad0fba.tar.gz upstream-57d7df3a3505022713219b973594d828b9ad0fba.tar.bz2 upstream-57d7df3a3505022713219b973594d828b9ad0fba.zip |
generic: export include/linux/switch.h on 3.3, 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34678
Diffstat (limited to 'target/linux/generic/patches-3.3')
-rw-r--r-- | target/linux/generic/patches-3.3/700-swconfig.patch | 10 |
1 files changed, 10 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 |