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 a947aba..dc7af25 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c @@ -4,42 +4,42 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config UBIATTACH -//config: bool "ubiattach (4.7 kb)" +//config: bool "ubiattach (4.2 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 (4.6 kb)" +//config: bool "ubidetach (4.1 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 (5.8 kb)" +//config: bool "ubimkvol (5.3 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Create a UBI volume. //config: //config:config UBIRMVOL -//config: bool "ubirmvol (5.2 kb)" +//config: bool "ubirmvol (4.9 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Delete a UBI volume. //config: //config:config UBIRSVOL -//config: bool "ubirsvol (4.6 kb)" +//config: bool "ubirsvol (4.2 kb)" //config: default y //config: select PLATFORM_LINUX //config: help //config: Resize a UBI volume. //config: //config:config UBIUPDATEVOL -//config: bool "ubiupdatevol (5.6 kb)" +//config: bool "ubiupdatevol (5.2 kb)" //config: default y //config: select PLATFORM_LINUX //config: help |