debian compatable ifup and ifdown commands

This commit is contained in:
Glenn L McGrath
2002-11-09 09:34:15 +00:00
parent 7ab93d9980
commit 021fa7db91
5 changed files with 1478 additions and 0 deletions

View File

@@ -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