From 1fe3fd07804e7f55848781a49a87579f9fd076e5 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 5 Aug 2021 17:38:02 +0200 Subject: [PATCH] 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 --- conf/machine/am335x-nmhw21.conf | 2 ++ conf/machine/am335x-nmhw24.conf | 2 ++ conf/machine/am335x-nrhw16.conf | 3 +++ conf/machine/am335x-nrhw20.conf | 3 +++ conf/machine/armada-385-nrhw18.conf | 4 +++- conf/machine/imx8-nmhw23.conf | 2 ++ 6 files changed, 15 insertions(+), 1 deletion(-) diff --git a/conf/machine/am335x-nmhw21.conf b/conf/machine/am335x-nmhw21.conf index cc15fab..3467a2a 100644 --- a/conf/machine/am335x-nmhw21.conf +++ b/conf/machine/am335x-nmhw21.conf @@ -31,5 +31,7 @@ MACHINE_FEATURES += " \ bluetooth \ tibluetooth \ neo-m8l \ + wifi \ + ti-wifi \ " diff --git a/conf/machine/am335x-nmhw24.conf b/conf/machine/am335x-nmhw24.conf index b1b38c2..5a087b4 100644 --- a/conf/machine/am335x-nmhw24.conf +++ b/conf/machine/am335x-nmhw24.conf @@ -27,5 +27,7 @@ MACHINE_FEATURES += " \ bluetooth \ tibluetooth \ atsha \ + wifi \ + ti-wifi \ " diff --git a/conf/machine/am335x-nrhw16.conf b/conf/machine/am335x-nrhw16.conf index 75f3a25..14bb5d0 100644 --- a/conf/machine/am335x-nrhw16.conf +++ b/conf/machine/am335x-nrhw16.conf @@ -27,4 +27,7 @@ MACHINE_FEATURES += " \ tibluetooth \ atsha \ am335x-wakeup-timer \ + wifi \ + ti-wifi \ + ath-wifi \ " diff --git a/conf/machine/am335x-nrhw20.conf b/conf/machine/am335x-nrhw20.conf index 99c74ae..6013168 100644 --- a/conf/machine/am335x-nrhw20.conf +++ b/conf/machine/am335x-nrhw20.conf @@ -26,4 +26,7 @@ MACHINE_FEATURES += " \ bluetooth \ tibluetooth \ atsha \ + wifi \ + ti-wifi \ + ath-wifi \ " diff --git a/conf/machine/armada-385-nrhw18.conf b/conf/machine/armada-385-nrhw18.conf index 0fb55a1..ed744b6 100644 --- a/conf/machine/armada-385-nrhw18.conf +++ b/conf/machine/armada-385-nrhw18.conf @@ -22,4 +22,6 @@ DEFAULT_ETH = "eth2" MACHINE_FEATURES += " \ fpga \ atsha \ - " + wifi \ + ath-wifi \ + " diff --git a/conf/machine/imx8-nmhw23.conf b/conf/machine/imx8-nmhw23.conf index 9a1b59c..e4f13bf 100644 --- a/conf/machine/imx8-nmhw23.conf +++ b/conf/machine/imx8-nmhw23.conf @@ -53,6 +53,8 @@ MACHINE_FEATURES += " \ usb-hub-reset \ v2x \ imx-boot \ + wifi \ + ublox-wifi \ " ACCEPT_FSL_EULA = "1"