aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h
index ac7a9b76f..786f98119 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -16,6 +16,7 @@
16//#define BB_DUTMP 16//#define BB_DUTMP
17//#define BB_FDFLUSH 17//#define BB_FDFLUSH
18#define BB_FIND 18#define BB_FIND
19#define BB_FREE
19#define BB_FSCK_MINIX 20#define BB_FSCK_MINIX
20#define BB_MKFS_MINIX 21#define BB_MKFS_MINIX
21#define BB_CHVT 22#define BB_CHVT
@@ -58,6 +59,7 @@
58#define BB_SYNC 59#define BB_SYNC
59#define BB_SYSLOGD 60#define BB_SYSLOGD
60#define BB_TAR 61#define BB_TAR
62#define BB_TAIL
61#define BB_TOUCH 63#define BB_TOUCH
62#define BB_TRUE_FALSE 64#define BB_TRUE_FALSE
63#define BB_UMOUNT 65#define BB_UMOUNT
@@ -76,7 +78,7 @@
76// pretty/useful). 78// pretty/useful).
77// 79//
78// 80//
79// enable a second console on VT2 in init 81// enable a second console on TTY2 in init
80#define BB_FEATURE_INIT_SECOND_CONSOLE 82#define BB_FEATURE_INIT_SECOND_CONSOLE
81// enable features that use the /proc filesystem 83// enable features that use the /proc filesystem
82#define BB_FEATURE_USE_PROCFS 84#define BB_FEATURE_USE_PROCFS