21 lines
600 B
Plaintext
21 lines
600 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NRHW20 based routers like NB1601
|
|
#@DESCRIPTION: Machine configuration for the NRHW20 based routers http://www.netmodule.com/products/industrial-routers.html
|
|
|
|
require conf/machine/include/ti33x.inc
|
|
|
|
IMAGE_FSTYPES += "tar.gz cpio cpio.gz.u-boot"
|
|
IMAGE_CLASSES += "image_types"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules kernel-devicetree"
|
|
|
|
KERNEL_DEFCONFIG ??= "am335x-nrhw20_defconfig"
|
|
KERNEL_DEVICETREE = "am335x-nrhw20-prod1.dtb \
|
|
"
|
|
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
KERNEL_IMAGETYPES = "fitImage zImage"
|
|
|
|
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-am335x-nrhw20-v1"
|
|
|