Add in ifconfig and route
[oweals/busybox.git] / init.c
diff --git a/init.c b/init.c
index 49951b0fd439d87d4e0239be5dfbfc3dfc0385d0..a1c6aec3a0bfbe2b8bce1863169c01af89f33287 100644 (file)
--- a/init.c
+++ b/init.c
@@ -666,10 +666,6 @@ static void reboot_signal(int sig)
 #warning pivot root instead.  Do not even bother till this work is done...
 #warning You have been warned.
 
-#if ! defined BB_FEATURE_USE_PROCFS
-#error Sorry, I depend on the /proc filesystem right now.
-#endif
-
 static void check_chroot(int sig)
 {
        char *argv_init[2] = { "init", NULL, };