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:
Javier Viguera 2022-12-19 18:19:21 +01:00
parent 6b4bf140aa
commit 7d90e6276b
1 changed files with 3 additions and 0 deletions

View File

@ -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
#