diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-02-27 07:35:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-02-27 07:35:26 +0000 |
commit | 0b431d14b681d175d55c13aa7f3247e965b8d330 (patch) | |
tree | f9bc2e7f5fe52dc3503f20c8357efa25b673f1d9 /target/linux/generic/patches-3.19 | |
parent | 87efd09a1c022627b946cb0b930caa7afaddce6e (diff) | |
download | upstream-0b431d14b681d175d55c13aa7f3247e965b8d330.tar.gz upstream-0b431d14b681d175d55c13aa7f3247e965b8d330.tar.bz2 upstream-0b431d14b681d175d55c13aa7f3247e965b8d330.zip |
kernel: fix 3.18+ if_bridge.h header conflict with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44553 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.19')
-rw-r--r-- | target/linux/generic/patches-3.19/270-bridge_header_fix.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.19/270-bridge_header_fix.patch b/target/linux/generic/patches-3.19/270-bridge_header_fix.patch new file mode 100644 index 0000000000..8b25db400a --- /dev/null +++ b/target/linux/generic/patches-3.19/270-bridge_header_fix.patch @@ -0,0 +1,10 @@ +--- a/include/uapi/linux/if_bridge.h ++++ b/include/uapi/linux/if_bridge.h +@@ -15,7 +15,6 @@ + + #include <linux/types.h> + #include <linux/if_ether.h> +-#include <linux/in6.h> + + #define SYSFS_BRIDGE_ATTR "bridge" + #define SYSFS_BRIDGE_FDB "brforward" |