aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-23 00:42:25 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-23 00:42:25 +0000
commit820cc957bfa4b55cd61e2135ed2ce9e126bb1f41 (patch)
treeddb1f5cbc6fb0facbddce1e2819d9ddf73dd4880 /miscutils/Config.in
parentff93d7908a82adba9ee14ca17e546bb5d2399ca0 (diff)
downloadbusybox-w32-820cc957bfa4b55cd61e2135ed2ce9e126bb1f41.tar.gz
busybox-w32-820cc957bfa4b55cd61e2135ed2ce9e126bb1f41.tar.bz2
busybox-w32-820cc957bfa4b55cd61e2135ed2ce9e126bb1f41.zip
Convert all the applets from #include to USE(). Had to fix some nonstandard
naming along the way to get USE() macros for everything. git-svn-id: svn://busybox.net/trunk/busybox@14220 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in2
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
258config BB_APPLET_RUNLEVEL 258config CONFIG_RUNLEVEL
259 bool "runlevel" 259 bool "runlevel"
260 default n 260 default n
261 help 261 help