busybox: fix ip applet and netlink behavior

Signed-off-by: Steven Barth <steven@midlink.org>

SVN-Revision: 46833
This commit is contained in:
Steven Barth
2015-09-09 10:38:16 +00:00
parent e07959cade
commit 1fb987e3b8
4 changed files with 86 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
--- a/include/applets.src.h
+++ b/include/applets.src.h
@@ -211,6 +211,7 @@ IF_LN(APPLET_NOEXEC(ln, ln, BB_DIR_BIN,
@@ -211,6 +211,7 @@ IF_LN(APPLET_NOEXEC(ln, ln, BB_DIR_BIN,
IF_LOAD_POLICY(APPLET(load_policy, BB_DIR_USR_SBIN, BB_SUID_DROP))
IF_LOADFONT(APPLET(loadfont, BB_DIR_USR_SBIN, BB_SUID_DROP))
IF_LOADKMAP(APPLET(loadkmap, BB_DIR_SBIN, BB_SUID_DROP))