aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-11-09 09:34:15 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-11-09 09:34:15 +0000
commit021fa7db9139bff3b4bf404dfd7d2b1541ed71f8 (patch)
tree0ed0d25ba27e8014d49a2dc82c44c0ff9f21edf8 /include/applets.h
parent7ab93d99802852093b08466f8b085980a3b205bf (diff)
downloadbusybox-021fa7db9139bff3b4bf404dfd7d2b1541ed71f8.tar.gz
debian compatable ifup and ifdown commands
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index e41a48996..2de9c9909 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -239,6 +239,12 @@
#ifdef CONFIG_IFCONFIG
APPLET(ifconfig, ifconfig_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
+#ifdef CONFIG_IFUPDOWN
+ APPLET(ifdown, ifupdown_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
+#endif
+#ifdef CONFIG_IFUPDOWN
+ APPLET(ifup, ifupdown_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
+#endif
#ifdef CONFIG_INIT
APPLET(init, init_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif