aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta/le64/config-default
Commit message (Collapse)AuthorAgeFilesLines
* malta: Deactivate MIPS O32 and N32 supportHauke Mehrtens2019-05-141-6/+3
| | | | | | | | | OpenWrt is completely compiled from sources using a 64 bit compiler, we do not need support for the old 32 bit MIPS interface on 64 Bit CPUs, deactivate it. Fixes: 46af22de16b2 ("kernel: Remove CONFIG_COMPAT") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel: Remove CONFIG_COMPATHauke Mehrtens2019-05-111-6/+0
| | | | | | | | | | | | | This removes support for executing old 32 bit applications on 64 bit ARM and MIPS kernels. On OpenWrt we normally compile all the user space applications on our own and do not support third party binary only modules especial not 32 bit applications on 64 bit CPUs. This reduces the attack surface on such systems and should also save some memory. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* malta: Refresh kernel 4.14 configurationHauke Mehrtens2019-01-131-0/+7
| | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* malta: upgrade to kernel 4.9Hauke Mehrtens2017-10-151-8/+2
| | | | | | This brings the MIPS malta target to kernel 4.9. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* malta: enable be64 and le64 subtargetsYousong Zhou2016-08-151-0/+7
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* malta: refresh configurationLuka Perkov2013-08-211-0/+16
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37819
* refresh kernel configs with kconfig.plGabor Juhos2013-04-061-6/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36214
* malta: add le64 and be64 sub targetsFlorian Fainelli2013-04-051-0/+14
These two subtargets are used to build a 64-bit malta kernel along with 64-bit userland support. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36211