Convert all miscutils/* applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -21,6 +21,10 @@
|
||||
//config: help
|
||||
//config: Receive files using the Xmodem protocol.
|
||||
|
||||
//applet:IF_RX(APPLET(rx, BB_DIR_USR_BIN, BB_SUID_DROP))
|
||||
|
||||
//kbuild:lib-$(CONFIG_RX) += rx.o
|
||||
|
||||
//usage:#define rx_trivial_usage
|
||||
//usage: "FILE"
|
||||
//usage:#define rx_full_usage "\n\n"
|
||||
|
Reference in New Issue
Block a user