aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--busybox.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 91ab0b3c9..d9477d41c 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -293,8 +293,8 @@
293#ifdef BB_FEATURE_LINUXRC 293#ifdef BB_FEATURE_LINUXRC
294#ifndef BB_INIT 294#ifndef BB_INIT
295#define BB_INIT 295#define BB_INIT
296#define BB_LINUXRC
297#endif 296#endif
297#define BB_LINUXRC
298#endif 298#endif
299// 299//
300#ifdef BB_GZIP 300#ifdef BB_GZIP