armada.inc: add NM_TARGET and add it to MACHINEOVERRIDES
BugzID: 67825 Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
1d23c603d7
commit
1faf92f794
|
|
@ -20,3 +20,7 @@ UBOOT_LOADADDRESS = "0x13000000"
|
||||||
MACHINE_FEATURES = "kernel26 usbgadget usbhost vfat ext2 ext4 ethernet"
|
MACHINE_FEATURES = "kernel26 usbgadget usbhost vfat ext2 ext4 ethernet"
|
||||||
|
|
||||||
SOTA_MACHINE = "armada-385"
|
SOTA_MACHINE = "armada-385"
|
||||||
|
|
||||||
|
NM_TARGET = "netbolt"
|
||||||
|
NM_ARCH = "arm"
|
||||||
|
MACHINEOVERRIDES =. "${NM_TARGET}:"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue