aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/applets.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/applets.h b/include/applets.h
index 9e95b2e9d..0d8f0b4cb 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -267,22 +267,22 @@
267 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 267 APPLET(insmod, insmod_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
268#endif 268#endif
269#ifdef CONFIG_IP 269#ifdef CONFIG_IP
270 APPLET(ip, ip_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 270 APPLET(ip, ip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
271#endif 271#endif
272#ifdef CONFIG_IPCALC 272#ifdef CONFIG_IPCALC
273 APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER) 273 APPLET(ipcalc, ipcalc_main, _BB_DIR_BIN, _BB_SUID_NEVER)
274#endif 274#endif
275#ifdef CONFIG_IPADDRESS 275#ifdef CONFIG_IPADDRESS
276 APPLET(ipaddr, ipaddr_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 276 APPLET(ipaddr, ipaddr_main, _BB_DIR_BIN, _BB_SUID_NEVER)
277#endif 277#endif
278#ifdef CONFIG_IPLINK 278#ifdef CONFIG_IPLINK
279 APPLET(iplink, iplink_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 279 APPLET(iplink, iplink_main, _BB_DIR_BIN, _BB_SUID_NEVER)
280#endif 280#endif
281#ifdef CONFIG_IPROUTE 281#ifdef CONFIG_IPROUTE
282 APPLET(iproute, iproute_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 282 APPLET(iproute, iproute_main, _BB_DIR_BIN, _BB_SUID_NEVER)
283#endif 283#endif
284#ifdef CONFIG_IPTUNNEL 284#ifdef CONFIG_IPTUNNEL
285 APPLET(iptunnel, iptunnel_main, _BB_DIR_SBIN, _BB_SUID_NEVER) 285 APPLET(iptunnel, iptunnel_main, _BB_DIR_BIN, _BB_SUID_NEVER)
286#endif 286#endif
287#ifdef CONFIG_KILL 287#ifdef CONFIG_KILL
288 APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER) 288 APPLET(kill, kill_main, _BB_DIR_BIN, _BB_SUID_NEVER)