aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta/le/target.mk
Commit message (Collapse)AuthorAgeFilesLines
* malta: relocate CPU_TYPE setting to subtarget makefilesTony Ambardar2020-10-271-0/+1
| | | | | | | Move CPU_TYPE:=24kc (32-bit) from the top-level target makefile to the be/le subtarget makefiles, which is consistent with the 64-bit subtargets. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* malta: restore "be" subtarget from being source-onlyYousong Zhou2017-03-051-0/+1
| | | | | | | | | | The malta "be" and "le" subtargets share the arch with many devices of ar71xx and ramips. They can be handy for testing, debugging, trying both snapshot and release builds. This commit makes the "be" subtarget part of the ci and release builds Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* malta: move FEATURES to the target makefileFelix Fietkau2017-01-241-1/+0
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* build: remove mips16 feature flag from target makefilesFelix Fietkau2017-01-241-1/+1
| | | | | | | It can be implicitly derived from the MIPS32 revision support in the kernel configuration Signed-off-by: Felix Fietkau <nbd@nbd.name>
* target: globally remove ARCH_PACKAGES overridesJo-Philipp Wich2016-04-171-1/+0
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* build: unify mips target cflagsFelix Fietkau2013-09-261-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38210
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* malta: move 32-bits options to subtarget configFlorian Fainelli2013-04-051-0/+1
| | | | | | | | Preliminary change to add support for MIPS64-based malta subtargets. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36210
* malta: enable mips16 feature flagFlorian Fainelli2013-04-051-1/+1
| | | | | | | | The malta platform supports mips16 advertise this feature flag. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36203
* override ARCH_PACKAGESJo-Philipp Wich2010-09-121-0/+1
| | | | SVN-Revision: 23030
* create two endian-specific subtargets, as malta can run bothFlorian Fainelli2010-04-101-0/+9
SVN-Revision: 20790