mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
Use lower case
This commit is contained in:
parent
4b6620b31b
commit
186cd571e6
@ -445,7 +445,7 @@ config BR2_PACKAGE_LINUX_KCONFIG
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Preferred config tool"
|
prompt "Preferred config tool"
|
||||||
default BR2_MAKE_XCONFIG IF BR2_TARGET_ATMEL
|
default BR2_MAKE_XCONFIG if BR2_TARGET_ATMEL
|
||||||
default BR2_MAKE_MENUCONFIG
|
default BR2_MAKE_MENUCONFIG
|
||||||
help
|
help
|
||||||
Define the preferred tool to invoke if a configuration is invalid
|
Define the preferred tool to invoke if a configuration is invalid
|
||||||
@ -453,7 +453,7 @@ choice
|
|||||||
config BR2_MAKE_XCONFIG
|
config BR2_MAKE_XCONFIG
|
||||||
bool "make xconfig"
|
bool "make xconfig"
|
||||||
help
|
help
|
||||||
Run "make menuconfig" if kernel ".config" is invalid
|
Run "make xconfig" if kernel ".config" is invalid
|
||||||
|
|
||||||
config BR2_MAKE_MENUCONFIG
|
config BR2_MAKE_MENUCONFIG
|
||||||
bool "make menuconfig"
|
bool "make menuconfig"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user