diff options
author | Rob Landley <rob@landley.net> | 2006-02-23 00:42:25 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-02-23 00:42:25 +0000 |
commit | 51be57e4df7d94046598fd5e0fcef67e956eec59 (patch) | |
tree | ddb1f5cbc6fb0facbddce1e2819d9ddf73dd4880 /miscutils/Config.in | |
parent | 0923063ebb9c896783a0148b9625661a9450cbad (diff) | |
download | busybox-w32-51be57e4df7d94046598fd5e0fcef67e956eec59.tar.gz busybox-w32-51be57e4df7d94046598fd5e0fcef67e956eec59.tar.bz2 busybox-w32-51be57e4df7d94046598fd5e0fcef67e956eec59.zip |
Convert all the applets from #include to USE(). Had to fix some nonstandard
naming along the way to get USE() macros for everything.
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index aed7e5a99..8f2ef1557 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -255,7 +255,7 @@ config CONFIG_MT | |||
255 | to advance or rewind a tape past a specified number of archive | 255 | to advance or rewind a tape past a specified number of archive |
256 | files on the tape. | 256 | files on the tape. |
257 | 257 | ||
258 | config BB_APPLET_RUNLEVEL | 258 | config CONFIG_RUNLEVEL |
259 | bool "runlevel" | 259 | bool "runlevel" |
260 | default n | 260 | default n |
261 | help | 261 | help |