digi-defaults: add default value for HAS_WIFI_VIRTWLANS
This is later overridden in the machine config files, but a default (not empty) value is needed, to prevent a syntactic error in init-ifupdown recipe (where it is used). Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
6b4bf140aa
commit
7d90e6276b
|
|
@ -25,6 +25,9 @@ HAVE_WIFI = "${@bb.utils.contains('MACHINE_FEATURES', 'wifi', '1', '', d)}
|
|||
HAVE_BT = "${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', '1', '', d)}"
|
||||
HAVE_GUI = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '1', '', d)}"
|
||||
|
||||
# Default value for WiFi virtual wlans
|
||||
HAS_WIFI_VIRTWLANS ?= "false"
|
||||
|
||||
#
|
||||
# Ethernet, Wi-Fi, and Bluetooth configuration used in recipes
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue