22 lines
562 B
Plaintext
22 lines
562 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW14 based routers like NB2800
|
|
#@DESCRIPTION: Machine configuration for the NBHW17 based routers http://netmodule.com/en/products/iot-routers
|
|
|
|
require conf/machine/include/armada.inc
|
|
|
|
NRHW = "17"
|
|
NM_MODELS = "2800 2810"
|
|
MAX_FS_SIZE = "279542"
|
|
|
|
UBOOT_MACHINE = "armada-385-hw17_defconfig"
|
|
|
|
# U-Boot reads actual DTB file name from board descriptor, see:
|
|
# printenv fdt_image
|
|
KERNEL_DEVICETREE = "openwrt-nbhw17.dtb"
|
|
|
|
EXT_SERIAL_CONSOLE ?= "115200;ttyS1"
|
|
SERIAL_CONSOLES = "${EXT_SERIAL_CONSOLE}"
|
|
|
|
MACHINE_FEATURES += " \
|
|
fpga \
|
|
" |