mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/angularjs: use 'menuconfig' instead of 'config'+'menu'
... and change the modules 'menuconfig' to a simple 'config' Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
47996624b5
commit
aee8dc79a6
@ -1,4 +1,4 @@
|
|||||||
config BR2_PACKAGE_ANGULARJS
|
menuconfig BR2_PACKAGE_ANGULARJS
|
||||||
bool "angularjs"
|
bool "angularjs"
|
||||||
help
|
help
|
||||||
AngularJS web application framework.
|
AngularJS web application framework.
|
||||||
@ -7,7 +7,7 @@ config BR2_PACKAGE_ANGULARJS
|
|||||||
|
|
||||||
if BR2_PACKAGE_ANGULARJS
|
if BR2_PACKAGE_ANGULARJS
|
||||||
|
|
||||||
menuconfig BR2_ANGULARJS_MODULES
|
config BR2_ANGULARJS_MODULES
|
||||||
bool "angularjs modules"
|
bool "angularjs modules"
|
||||||
help
|
help
|
||||||
Select which modules to install. If disabled, all modules
|
Select which modules to install. If disabled, all modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user