22 lines
576 B
Plaintext
22 lines
576 B
Plaintext
#@TYPE: Machine
|
|
#@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 = "${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 \
|
|
"
|