19 lines
462 B
Plaintext
19 lines
462 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: HW26 based routers like NG800
|
|
#@DESCRIPTION: Machine configuration for the HW26 based routers http://netmodule.com/en/products/iot-routers
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
NRHW = "26"
|
|
NM_MODELS = "G-800"
|
|
MAX_FS_SIZE = "279542"
|
|
|
|
KERNEL_DEVICETREE = "\
|
|
am335x-hw26-prod1.dtb \
|
|
"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-module-am335x-wwan-audio"
|
|
|
|
EXT_SERIAL_CONSOLE ?= "115200;ttyS2"
|
|
SERIAL_CONSOLES = "${EXT_SERIAL_CONSOLE}"
|