aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-04-18 23:32:10 +0000
committerErik Andersen <andersen@codepoet.org>2000-04-18 23:32:10 +0000
commit9a8195cc03516b9f376b0f965d9f05fa326ac5d2 (patch)
tree3857674a2de28a112b221ef68f02b2bc7539537a /busybox.def.h
parentb9167cb67f3316e2220cc4d209bb75880d619bc6 (diff)
downloadbusybox-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.gz
Fix creation of /linuxrc
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 79eef1d12..f1c7b4f13 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -211,6 +211,7 @@
//---------------------------------------------------
// Nothing beyond this point should ever be touched by
// mere mortals so leave this stuff alone.
+//
#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
#define BB_MTAB
#endif
@@ -232,6 +233,13 @@
#ifdef BB_FEATURE_LINUXRC
#ifndef BB_INIT
#define BB_INIT
+#define BB_LINUXRC
+#endif
+#endif
+//
+#ifdef BB_GZIP
+#ifndef BB_GUNZIP
+#define BB_GUNZIP
#endif
#endif
//