aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--busybox.def.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 89172ea98..9742241c2 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -282,6 +282,12 @@
282#endif 282#endif
283#endif 283#endif
284// 284//
285#if defined BB_FEATURE_AUTOWIDTH
286#ifndef BB_FEATURE_USE_TERMIOS
287#define BB_FEATURE_USE_TERMIOS
288#endif
289#endif
290//
285#if defined BB_INSMOD 291#if defined BB_INSMOD
286#ifndef BB_FEATURE_INSMOD_OLD_KERNEL 292#ifndef BB_FEATURE_INSMOD_OLD_KERNEL
287#define BB_FEATURE_INSMOD_NEW_KERNEL 293#define BB_FEATURE_INSMOD_NEW_KERNEL