Convert all miscutils/* applets to "new style" applet definitions
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -13,6 +13,10 @@
|
||||
//config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
|
||||
//config: This utility is used to copy images into a MTD device.
|
||||
|
||||
//applet:IF_FLASHCP(APPLET(flashcp, BB_DIR_USR_SBIN, BB_SUID_DROP))
|
||||
|
||||
//kbuild:lib-$(CONFIG_FLASHCP) += flashcp.o
|
||||
|
||||
//usage:#define flashcp_trivial_usage
|
||||
//usage: "-v FILE MTD_DEVICE"
|
||||
//usage:#define flashcp_full_usage "\n\n"
|
||||
|
Reference in New Issue
Block a user