target: globally remove ARCH_PACKAGES overrides
[lede-git/.git] / target / linux / malta / le64 / target.mk
index bd5c63619e0df1c6311924b79315cb98a7959524..badea1945d291e335c77e0fc3620a5b5c05d8636 100644 (file)
@@ -1,11 +1,9 @@
 ARCH:=mips64el
-ARCH_PACKAGES:=malta_mipsel64
 SUBTARGET:=le64
 BOARDNAME:=Little Endian (64-bits)
-CFLAGS:=-Os -pipe -mips64 -mtune=mips64 -fno-caller-saves
 FEATURES:=ramdisk
 
 define Target/Description
        Build LE firmware images for MIPS Malta CoreLV board running in
-       little-endian and 64-bits mode.
+       little-endian and 64-bits mode
 endef