|
@@ -11,5 +11,11 @@ config BR2_PACKAGE_NEARDAL
|
|
|
|
|
|
https://github.com/connectivity/neardal
|
|
https://github.com/connectivity/neardal
|
|
|
|
|
|
|
|
+config BR2_PACKAGE_NEARDAL_NCL
|
|
|
|
+ bool "ncl tool"
|
|
|
|
+ depends on BR2_PACKAGE_NEARDAL
|
|
|
|
+ help
|
|
|
|
+ Build and install neardal ncl command line interpreter tool.
|
|
|
|
+
|
|
comment "neardal requires a toolchain with WCHAR and threads support"
|
|
comment "neardal requires a toolchain with WCHAR and threads support"
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|