ath79: do not build TP-Link tiny images by default
[oweals/openwrt.git] / le / target.mk
1 ARCH:=mipsel
2 ARCH_PACKAGES:=malta_mipsel
3 SUBTARGET:=le
4 BOARDNAME:=Little Endian
5 FEATURES:=ramdisk mips16
6
7 define Target/Description
8         Build LE firmware images for MIPS Malta CoreLV board running in
9         little-endian mode
10 endef