aboutsummaryrefslogtreecommitdiff
path: root/miscutils/flashcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/flashcp.c')
-rw-r--r--miscutils/flashcp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/miscutils/flashcp.c b/miscutils/flashcp.c
index 9bc588d14..4bbc67727 100644
--- a/miscutils/flashcp.c
+++ b/miscutils/flashcp.c
@@ -6,6 +6,16 @@
6 * 6 *
7 * Licensed under GPLv2, see file LICENSE in this source tree. 7 * Licensed under GPLv2, see file LICENSE in this source tree.
8 */ 8 */
9//config:config FLASHCP
10//config: bool "flashcp"
11//config: default n # doesn't build on Ubuntu 8.04
12//config: help
13//config: The flashcp binary, inspired by mtd-utils as of git head 5eceb74f7.
14//config: This utility is used to copy images into a MTD device.
15
16//applet:IF_FLASHCP(APPLET(flashcp, BB_DIR_USR_SBIN, BB_SUID_DROP))
17
18//kbuild:lib-$(CONFIG_FLASHCP) += flashcp.o
9 19
10//usage:#define flashcp_trivial_usage 20//usage:#define flashcp_trivial_usage
11//usage: "-v FILE MTD_DEVICE" 21//usage: "-v FILE MTD_DEVICE"