mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 11:30:37 +00:00
10 lines
195 B
Makefile
10 lines
195 B
Makefile
ARCH:=mipsel
|
|
SUBTARGET:=le
|
|
BOARDNAME:=Little Endian
|
|
FEATURES:=ramdisk mips16
|
|
|
|
define Target/Description
|
|
Build LE firmware images for MIPS Malta CoreLV board running in
|
|
little-endian mode
|
|
endef
|