aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-18 23:32:10 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-18 23:32:10 +0000
commit26b1780ed99710a134f4266c77aece6c82500a29 (patch)
tree3857674a2de28a112b221ef68f02b2bc7539537a /busybox.def.h
parent65cc2be726f9430710be310d278232efa26e0f3f (diff)
downloadbusybox-w32-26b1780ed99710a134f4266c77aece6c82500a29.tar.gz
busybox-w32-26b1780ed99710a134f4266c77aece6c82500a29.tar.bz2
busybox-w32-26b1780ed99710a134f4266c77aece6c82500a29.zip
Fix creation of /linuxrc
-Erik git-svn-id: svn://busybox.net/trunk/busybox@480 69ca8d6d-28ef-0310-b511-8ec308f3f277
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//