summaryrefslogtreecommitdiff
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-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.gz
busybox-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.tar.bz2
busybox-w32-9a8195cc03516b9f376b0f965d9f05fa326ac5d2.zip
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 @@
211//--------------------------------------------------- 211//---------------------------------------------------
212// Nothing beyond this point should ever be touched by 212// Nothing beyond this point should ever be touched by
213// mere mortals so leave this stuff alone. 213// mere mortals so leave this stuff alone.
214//
214#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT 215#ifdef BB_FEATURE_MOUNT_MTAB_SUPPORT
215#define BB_MTAB 216#define BB_MTAB
216#endif 217#endif
@@ -232,6 +233,13 @@
232#ifdef BB_FEATURE_LINUXRC 233#ifdef BB_FEATURE_LINUXRC
233#ifndef BB_INIT 234#ifndef BB_INIT
234#define BB_INIT 235#define BB_INIT
236#define BB_LINUXRC
237#endif
238#endif
239//
240#ifdef BB_GZIP
241#ifndef BB_GUNZIP
242#define BB_GUNZIP
235#endif 243#endif
236#endif 244#endif
237// 245//