diff options
Diffstat (limited to 'miscutils/ubi_tools.c')
-rw-r--r-- | miscutils/ubi_tools.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index 982e3e5..07f9a72 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c @@ -4,42 +4,42 @@ */ //config:config UBIATTACH -//config: bool "ubiattach" +//config: bool "ubiattach (4.7 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Attach MTD device to an UBI device. //config: //config:config UBIDETACH -//config: bool "ubidetach" +//config: bool "ubidetach (4.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Detach MTD device from an UBI device. //config: //config:config UBIMKVOL -//config: bool "ubimkvol" +//config: bool "ubimkvol (5.8 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Create a UBI volume. //config: //config:config UBIRMVOL -//config: bool "ubirmvol" +//config: bool "ubirmvol (5.2 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Delete a UBI volume. //config: //config:config UBIRSVOL -//config: bool "ubirsvol" +//config: bool "ubirsvol (4.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Resize a UBI volume. //config: //config:config UBIUPDATEVOL -//config: bool "ubiupdatevol" +//config: bool "ubiupdatevol (5.6 kb)" //config: default y //config: select PLATFORM_LINUX //config: help |