From d934b0e9d142640ab97f64407cae8576306304df Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 9 Feb 2022 23:10:42 +0100 Subject: [PATCH] HW17: machine.conf: Rename and add machine features Following new standard without nr or nb prefix in machine names. BugzID: 77953 --- ...{armada-385-nbhw17.conf => armada-385-hw17.conf} | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) rename conf/machine/{armada-385-nbhw17.conf => armada-385-hw17.conf} (51%) diff --git a/conf/machine/armada-385-nbhw17.conf b/conf/machine/armada-385-hw17.conf similarity index 51% rename from conf/machine/armada-385-nbhw17.conf rename to conf/machine/armada-385-hw17.conf index eac08d8..3a65488 100644 --- a/conf/machine/armada-385-nbhw17.conf +++ b/conf/machine/armada-385-hw17.conf @@ -1,14 +1,21 @@ #@TYPE: Machine -#@NAME: NBHW17 based routers like NB2800 -#@DESCRIPTION: Machine configuration for the NBHW17 based routers http://netmodule.com/en/products/vehicle-routers/NB2800 +#@NAME: HW17 based routers like NB2800 +#@DESCRIPTION: Machine configuration for the HW17 based routers http://netmodule.com/en/products/vehicle-routers/NB2800 require conf/machine/include/armada.inc SERIAL_CONSOLE = "115200 ttyS1" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree" -UBOOT_MACHINE = "armada-385-hw17_defconfig" +UBOOT_MACHINE = "${MACHINE}_defconfig" IMAGE_BOOT_FILES = "u-boot-armada-385-hw17.kwb" KERNEL_DEVICETREE_TO_USE = "${HW17_DT}" PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule" + +MACHINE_FEATURES += " \ + fpga \ + atsha \ + wifi \ + ath-wifi \ + "