[malta] create two endian-specific subtargets, as malta can run both
[openwrt-github/.git] / target / linux / malta / le / target.mk
1 ARCH:=mipsel
2 SUBTARGET:=le
3 BOARDNAME:=Little Endian
4 FEATURES:=ramdisk
5
6 define Target/Description
7         Build LE firmware images for MIPS Malta CoreLV board running in
8         little-endian mode
9 endef