HW17: machine.conf: Rename and add machine features
Following new standard without nr or nb prefix in machine names. BugzID: 77953
This commit is contained in:
parent
58102512a5
commit
d934b0e9d1
|
|
@ -1,14 +1,21 @@
|
||||||
#@TYPE: Machine
|
#@TYPE: Machine
|
||||||
#@NAME: NBHW17 based routers like NB2800
|
#@NAME: HW17 based routers like NB2800
|
||||||
#@DESCRIPTION: Machine configuration for the NBHW17 based routers http://netmodule.com/en/products/vehicle-routers/NB2800
|
#@DESCRIPTION: Machine configuration for the HW17 based routers http://netmodule.com/en/products/vehicle-routers/NB2800
|
||||||
|
|
||||||
require conf/machine/include/armada.inc
|
require conf/machine/include/armada.inc
|
||||||
|
|
||||||
SERIAL_CONSOLE = "115200 ttyS1"
|
SERIAL_CONSOLE = "115200 ttyS1"
|
||||||
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
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"
|
IMAGE_BOOT_FILES = "u-boot-armada-385-hw17.kwb"
|
||||||
|
|
||||||
KERNEL_DEVICETREE_TO_USE = "${HW17_DT}"
|
KERNEL_DEVICETREE_TO_USE = "${HW17_DT}"
|
||||||
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
PREFERRED_PROVIDER_virtual/kernel = "linux-netmodule"
|
||||||
|
|
||||||
|
MACHINE_FEATURES += " \
|
||||||
|
fpga \
|
||||||
|
atsha \
|
||||||
|
wifi \
|
||||||
|
ath-wifi \
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue