aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.1/270-bridge_header_fix.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-07-03 11:48:45 +0000
committerJonas Gorski <jogo@openwrt.org>2015-07-03 11:48:45 +0000
commit6d8d12960544c88317d4bc47756dbc68a9649999 (patch)
tree42b6c80525b74d0ead58dac064ac8d74acefeb01 /target/linux/generic/patches-4.1/270-bridge_header_fix.patch
parentb6831b4305d961571c76a7c27c07354aaf5b6c83 (diff)
downloadmaster-187ad058-6d8d12960544c88317d4bc47756dbc68a9649999.tar.gz
master-187ad058-6d8d12960544c88317d4bc47756dbc68a9649999.tar.bz2
master-187ad058-6d8d12960544c88317d4bc47756dbc68a9649999.zip
kernel: improve uapi headers coexistence with musl
Make some network uapi headers detect if they are included after not only glibc but also musl headers. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46161 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.1/270-bridge_header_fix.patch')
-rw-r--r--target/linux/generic/patches-4.1/270-bridge_header_fix.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic/patches-4.1/270-bridge_header_fix.patch b/target/linux/generic/patches-4.1/270-bridge_header_fix.patch
deleted file mode 100644
index 8b25db400a..0000000000
--- a/target/linux/generic/patches-4.1/270-bridge_header_fix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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"