diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 2 | ||||
-rwxr-xr-x | applets/install.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 73939c55f..f4260e937 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -149,7 +149,7 @@ static const struct Applet applets[] = { | |||
149 | #ifdef BB_LENGTH | 149 | #ifdef BB_LENGTH |
150 | {"length", length_main, _BB_DIR_USR_BIN}, | 150 | {"length", length_main, _BB_DIR_USR_BIN}, |
151 | #endif | 151 | #endif |
152 | #ifdef BB_FEATURE_LINUXRC // | 152 | #ifdef BB_LINUXRC |
153 | {"linuxrc", init_main, _BB_DIR_ROOT}, | 153 | {"linuxrc", init_main, _BB_DIR_ROOT}, |
154 | #endif | 154 | #endif |
155 | #ifdef BB_LN | 155 | #ifdef BB_LN |
diff --git a/applets/install.sh b/applets/install.sh index 100b26bad..65190f59d 100755 --- a/applets/install.sh +++ b/applets/install.sh | |||
@@ -15,6 +15,7 @@ for i in $h ; do | |||
15 | ln -fs /bin/busybox $1$i | 15 | ln -fs /bin/busybox $1$i |
16 | done | 16 | done |
17 | rm -f $1/bin/busybox | 17 | rm -f $1/bin/busybox |
18 | mkdir -p $1/bin | ||
18 | install -m 755 busybox $1/bin/busybox | 19 | install -m 755 busybox $1/bin/busybox |
19 | 20 | ||
20 | exit 0 | 21 | exit 0 |