Config.in: fix formating
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36538
This commit is contained in:
parent
b85c442e81
commit
02d4ea2774
22
Config.in
22
Config.in
|
@ -120,21 +120,21 @@ menu "Target Images"
|
||||||
depends on X86_GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532
|
depends on X86_GRUB_IMAGES || TARGET_ROOTFS_EXT4FS || TARGET_rb532
|
||||||
default 48
|
default 48
|
||||||
help
|
help
|
||||||
Allows you to change the root filesystem partition size
|
Allows you to change the root filesystem partition size
|
||||||
|
|
||||||
config TARGET_ROOTFS_MAXINODE
|
config TARGET_ROOTFS_MAXINODE
|
||||||
int "Maximum number of inodes in root filesystem"
|
int "Maximum number of inodes in root filesystem"
|
||||||
depends on TARGET_ROOTFS_EXT4FS
|
depends on TARGET_ROOTFS_EXT4FS
|
||||||
default 6000
|
default 6000
|
||||||
help
|
help
|
||||||
Allows you to change the maximum number of inodes in the root filesystem
|
Allows you to change the maximum number of inodes in the root filesystem
|
||||||
|
|
||||||
config TARGET_ROOTFS_RESERVED_PCT
|
config TARGET_ROOTFS_RESERVED_PCT
|
||||||
int "Percentage of reserved blocks in root filesystem"
|
int "Percentage of reserved blocks in root filesystem"
|
||||||
depends on TARGET_ROOTFS_EXT4FS
|
depends on TARGET_ROOTFS_EXT4FS
|
||||||
default 0
|
default 0
|
||||||
help
|
help
|
||||||
Allows you to change the percentage of reserved blocks in the root filesystem
|
Allows you to change the percentage of reserved blocks in the root filesystem
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@ menu "Global build settings"
|
||||||
prompt "Remove ipkg/opkg status data files in final images"
|
prompt "Remove ipkg/opkg status data files in final images"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This removes all ipkg/opkg status data files from the target directory before building the root fs
|
This removes all ipkg/opkg status data files from the target directory before building the root fs
|
||||||
|
|
||||||
config COLLECT_KERNEL_DEBUG
|
config COLLECT_KERNEL_DEBUG
|
||||||
bool
|
bool
|
||||||
|
@ -192,8 +192,8 @@ menu "Global build settings"
|
||||||
select KERNEL_DEBUG_INFO
|
select KERNEL_DEBUG_INFO
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This collects debugging symbols from the kernel and all compiled modules.
|
This collects debugging symbols from the kernel and all compiled modules.
|
||||||
Useful for release builds, so that kernel issues can be debugged offline later.
|
Useful for release builds, so that kernel issues can be debugged offline later.
|
||||||
|
|
||||||
comment "Kernel build options"
|
comment "Kernel build options"
|
||||||
|
|
||||||
|
@ -689,12 +689,12 @@ menuconfig TARGET_OPTIONS
|
||||||
bool "Build packages with MIPS16 instructions" if TARGET_OPTIONS
|
bool "Build packages with MIPS16 instructions" if TARGET_OPTIONS
|
||||||
depends on HAS_MIPS16
|
depends on HAS_MIPS16
|
||||||
help
|
help
|
||||||
If your target CPU does support the MIPS16 instruction set
|
If your target CPU does support the MIPS16 instruction set
|
||||||
and you want to use it for packages, enable this option.
|
and you want to use it for packages, enable this option.
|
||||||
MIPS16 produces smaller binaries thus reducing pressure on
|
MIPS16 produces smaller binaries thus reducing pressure on
|
||||||
caches and TLB.
|
caches and TLB.
|
||||||
|
|
||||||
Most people will answer N.
|
Most people will answer N.
|
||||||
|
|
||||||
source "toolchain/Config.in"
|
source "toolchain/Config.in"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue