aboutsummaryrefslogtreecommitdiff
path: root/miscutils/ubi_attach_detach.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/ubi_attach_detach.c')
-rw-r--r--miscutils/ubi_attach_detach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/ubi_attach_detach.c b/miscutils/ubi_attach_detach.c
index 0d63a10d5..15377aa37 100644
--- a/miscutils/ubi_attach_detach.c
+++ b/miscutils/ubi_attach_detach.c
@@ -1,6 +1,6 @@
1/* Ported to busybox from mtd-utils. 1/* Ported to busybox from mtd-utils.
2 * 2 *
3 * Licensed under GPLv2, see file LICENSE in this tarball for details. 3 * Licensed under GPLv2, see file LICENSE in this source tree.
4 */ 4 */
5 5
6//applet:IF_UBIATTACH(APPLET_ODDNAME(ubiattach, ubi_attach_detach, _BB_DIR_USR_SBIN, _BB_SUID_DROP, ubiattach)) 6//applet:IF_UBIATTACH(APPLET_ODDNAME(ubiattach, ubi_attach_detach, _BB_DIR_USR_SBIN, _BB_SUID_DROP, ubiattach))