Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user