mirror of https://github.com/hak5/openwrt.git
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
|