mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
392cccb7f4
It can be implicitly derived from the MIPS32 revision support in the kernel configuration Signed-off-by: Felix Fietkau <nbd@nbd.name>
10 lines
188 B
Makefile
10 lines
188 B
Makefile
ARCH:=mipsel
|
|
SUBTARGET:=le
|
|
BOARDNAME:=Little Endian
|
|
FEATURES:=ramdisk
|
|
|
|
define Target/Description
|
|
Build LE firmware images for MIPS Malta CoreLV board running in
|
|
little-endian mode
|
|
endef
|