machines.conf: add wifi machine features

In order to pull in some chip specific firmware / drivers or tool there
are also one specific wifi feature per wifi chip:
- ath-wifi for atheros chips
- ti-wifi for TI chips
- ublox-wifi for u-blox chips

BugzID: 75593

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Alexandre Bard 2021-08-05 17:38:02 +02:00 committed by Patrick Zysset
parent 42f969ee33
commit 1fe3fd0780
6 changed files with 15 additions and 1 deletions

View File

@ -31,5 +31,7 @@ MACHINE_FEATURES += " \
bluetooth \ bluetooth \
tibluetooth \ tibluetooth \
neo-m8l \ neo-m8l \
wifi \
ti-wifi \
" "

View File

@ -27,5 +27,7 @@ MACHINE_FEATURES += " \
bluetooth \ bluetooth \
tibluetooth \ tibluetooth \
atsha \ atsha \
wifi \
ti-wifi \
" "

View File

@ -27,4 +27,7 @@ MACHINE_FEATURES += " \
tibluetooth \ tibluetooth \
atsha \ atsha \
am335x-wakeup-timer \ am335x-wakeup-timer \
wifi \
ti-wifi \
ath-wifi \
" "

View File

@ -26,4 +26,7 @@ MACHINE_FEATURES += " \
bluetooth \ bluetooth \
tibluetooth \ tibluetooth \
atsha \ atsha \
wifi \
ti-wifi \
ath-wifi \
" "

View File

@ -22,4 +22,6 @@ DEFAULT_ETH = "eth2"
MACHINE_FEATURES += " \ MACHINE_FEATURES += " \
fpga \ fpga \
atsha \ atsha \
wifi \
ath-wifi \
" "

View File

@ -53,6 +53,8 @@ MACHINE_FEATURES += " \
usb-hub-reset \ usb-hub-reset \
v2x \ v2x \
imx-boot \ imx-boot \
wifi \
ublox-wifi \
" "
ACCEPT_FSL_EULA = "1" ACCEPT_FSL_EULA = "1"