15 lines
456 B
Plaintext
15 lines
456 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW24 based routers like NB800 facelift / NB800mk2 (or however you like to call it)
|
|
#@DESCRIPTION: Machine configuration for the NBHW24 based routers http://netmodule.com/en/products/iot-routers
|
|
|
|
require include/ti33x.inc
|
|
|
|
NRHW = "24"
|
|
NM_MODELS = "B-800"
|
|
|
|
UBOOT_MACHINE = "am335x_nrhw24_defconfig"
|
|
|
|
# WARNING: This file needs to be kept in sync with HW24. Therefor use the common include:
|
|
require include/am335x-nrhw16-nrhw24.inc
|
|
|