diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-07-03 11:48:45 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-07-03 11:48:45 +0000 |
commit | fa401693d986997c9761116d32826dacadad816a (patch) | |
tree | 5c7d1e0cb6751c5d6e0c5922e9df895b01ec329c /target/linux/generic/patches-4.0/270-bridge_header_fix.patch | |
parent | 0abd6ce0cecf7a6dd7839120dc868b77232ae32c (diff) | |
download | mtk-20170518-fa401693d986997c9761116d32826dacadad816a.zip mtk-20170518-fa401693d986997c9761116d32826dacadad816a.tar.gz mtk-20170518-fa401693d986997c9761116d32826dacadad816a.tar.bz2 |
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>
SVN-Revision: 46161
Diffstat (limited to 'target/linux/generic/patches-4.0/270-bridge_header_fix.patch')
-rw-r--r-- | target/linux/generic/patches-4.0/270-bridge_header_fix.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/generic/patches-4.0/270-bridge_header_fix.patch b/target/linux/generic/patches-4.0/270-bridge_header_fix.patch deleted file mode 100644 index 8b25db4..0000000 --- a/target/linux/generic/patches-4.0/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" |