summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko2007-05-17 12:58:30 +0000
committerDenis Vlasenko2007-05-17 12:58:30 +0000
commitd46e6d1a55f1182b8aa2d621a2532bad3bc20ee9 (patch)
treecc859edcef407b063d8e7a2c76cf0fe74465cb5a /include
parenta35958d4ad20dff88ac0db6f9d73a00fc2d89e14 (diff)
downloadbusybox-d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9.zip
busybox-d46e6d1a55f1182b8aa2d621a2532bad3bc20ee9.tar.gz
fix trivial compile errors found by randomconfig run
Diffstat (limited to 'include')
-rw-r--r--include/applets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index a7aee3a..99e6ace 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -176,7 +176,13 @@ USE_INETD(APPLET(inetd, _BB_DIR_USR_SBIN, _BB_SUID_NEVER))
USE_INIT(APPLET(init, _BB_DIR_SBIN, _BB_SUID_NEVER))
USE_INSMOD(APPLET(insmod, _BB_DIR_SBIN, _BB_SUID_NEVER))
USE_INSTALL(APPLET(install, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
+#if ENABLE_FEATURE_IP_ADDRESS \
+ || ENABLE_FEATURE_IP_ROUTE \
+ || ENABLE_FEATURE_IP_LINK \
+ || ENABLE_FEATURE_IP_TUNNEL \
+ || ENABLE_FEATURE_IP_RULE
USE_IP(APPLET(ip, _BB_DIR_BIN, _BB_SUID_NEVER))
+#endif
USE_IPADDR(APPLET(ipaddr, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_IPCALC(APPLET(ipcalc, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_IPCRM(APPLET(ipcrm, _BB_DIR_USR_BIN, _BB_SUID_ALWAYS))