From 021fa7db9139bff3b4bf404dfd7d2b1541ed71f8 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sat, 9 Nov 2002 09:34:15 +0000 Subject: debian compatable ifup and ifdown commands --- include/applets.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/applets.h') 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 -- cgit v1.2.3