build: fix various typos
Fix typos in comment and user-facing help text. Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> [split out config changes, adjust commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
08622de7d6
commit
323bd7b0f5
2 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ menu "Global build settings"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This makes file checksums part of package metadata. It increases size
|
This makes file checksums part of package metadata. It increases size
|
||||||
but provides you with pkg_check command to check for flash coruptions.
|
but provides you with pkg_check command to check for flash corruptions.
|
||||||
|
|
||||||
config INCLUDE_CONFIG
|
config INCLUDE_CONFIG
|
||||||
bool "Include build configuration in firmware" if DEVEL
|
bool "Include build configuration in firmware" if DEVEL
|
||||||
|
|
|
@ -1112,7 +1112,7 @@ config KERNEL_SQUASHFS_XATTR
|
||||||
bool "Squashfs XATTR support"
|
bool "Squashfs XATTR support"
|
||||||
|
|
||||||
#
|
#
|
||||||
# compile optimiziation setting
|
# compile optimization setting
|
||||||
#
|
#
|
||||||
choice
|
choice
|
||||||
prompt "Compiler optimization level"
|
prompt "Compiler optimization level"
|
||||||
|
|
Loading…
Reference in a new issue