aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-11-20 14:20:07 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-11-20 14:21:29 +0100
commit2635369a92db338321b2ba38e73539992967357c (patch)
tree74c31a681f0188e8d35396f4e64dec4bfe0943f4 /include
parent0545e3b69ab57af1c21d199611c56b7f7593c8c5 (diff)
downloadbusybox-w32-2635369a92db338321b2ba38e73539992967357c.tar.gz
busybox-w32-2635369a92db338321b2ba38e73539992967357c.tar.bz2
busybox-w32-2635369a92db338321b2ba38e73539992967357c.zip
rfkill: use new-style config/kbuild/applet
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/applets.src.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/applets.src.h b/include/applets.src.h
index 2ceba53bd..7dbd4c7f3 100644
--- a/include/applets.src.h
+++ b/include/applets.src.h
@@ -288,7 +288,6 @@ IF_RENICE(APPLET(renice, BB_DIR_USR_BIN, BB_SUID_DROP))
288IF_RESET(APPLET(reset, BB_DIR_USR_BIN, BB_SUID_DROP)) 288IF_RESET(APPLET(reset, BB_DIR_USR_BIN, BB_SUID_DROP))
289IF_RESIZE(APPLET(resize, BB_DIR_USR_BIN, BB_SUID_DROP)) 289IF_RESIZE(APPLET(resize, BB_DIR_USR_BIN, BB_SUID_DROP))
290IF_RESTORECON(APPLET_ODDNAME(restorecon, setfiles, BB_DIR_SBIN, BB_SUID_DROP, restorecon)) 290IF_RESTORECON(APPLET_ODDNAME(restorecon, setfiles, BB_DIR_SBIN, BB_SUID_DROP, restorecon))
291IF_RFKILL(APPLET(rfkill, BB_DIR_USR_SBIN, BB_SUID_DROP))
292IF_RM(APPLET_NOFORK(rm, rm, BB_DIR_BIN, BB_SUID_DROP, rm)) 291IF_RM(APPLET_NOFORK(rm, rm, BB_DIR_BIN, BB_SUID_DROP, rm))
293IF_RMDIR(APPLET_NOFORK(rmdir, rmdir, BB_DIR_BIN, BB_SUID_DROP, rmdir)) 292IF_RMDIR(APPLET_NOFORK(rmdir, rmdir, BB_DIR_BIN, BB_SUID_DROP, rmdir))
294IF_ROUTE(APPLET(route, BB_DIR_SBIN, BB_SUID_DROP)) 293IF_ROUTE(APPLET(route, BB_DIR_SBIN, BB_SUID_DROP))