X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FMakefile;h=77967540035a6aef95ffbefd350aa5a026554331;hb=86d8a9c0575d9a81740a5cbb104873ea2e637807;hp=0f3161745053f0388a0b5cd36184690876fd98cb;hpb=22d871684be76ef9081f80735a5343686ee1b473;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 0f31617450..7796754003 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk BOARD:=malta BOARDNAME:=MIPS Malta CoreLV board (qemu) -CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -SUBTARGETS:=le be +SUBTARGETS:=le be le64 be64 INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli -LINUX_VERSION:=3.2.13 +KERNEL_PATCHVER:=3.10 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk