mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-05 11:57:06 +08:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
ARCH:=mipsel
|
|
SUBTARGET:=le
|
|
FEATURES+=source-only
|
|
BOARDNAME:=Little Endian
|
|
|
|
define Target/Description
|
|
Build LE firmware images for MIPS Malta CoreLV board running in
|
|
little-endian mode
|
|
endef
|