X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fmalta%2FMakefile;h=3a1f50b77f8914b89ac9d53fc9c163fdaab13e40;hb=c00b2df6c8e421ea7aa96f53178dc85db99f2305;hp=e56e2b301acd5ba718f8874fbff5e6672a5b9104;hpb=b8ab3d34eb9b03a73c061f535a086ee4f748c88e;p=oweals%2Fopenwrt.git diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index e56e2b301a..3a1f50b77f 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,15 @@ include $(TOPDIR)/rules.mk BOARD:=malta BOARDNAME:=MIPS Malta CoreLV board (qemu) -CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time -SUBTARGETS:=le be +CPU_TYPE:=24kc +SUBTARGETS:=le be le64 be64 INITRAMFS_EXTRA_FILES:= +FEATURES:=cpiogz ext4 ramdisk squashfs targz -LINUX_VERSION:=2.6.36.2 +KERNEL_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim kmod-pcnet32 +DEFAULT_PACKAGES += wpad-basic kmod-mac80211-hwsim kmod-pcnet32 mkf2fs e2fsprogs $(eval $(call BuildTarget))