X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FMakefile;h=26dc4d949e81bfac1c8af881610ebf1a68222fec;hp=f30286c8bfbd27b8167016623de25f52854c7dfe;hb=7a6c99c44072601298208e7fc412ce373bf92f91;hpb=cf12887b328247f6a73d021d9cea404d071e42e1 diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index f30286c8bf..26dc4d949e 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.3.7 +KERNEL_PATCHVER:=3.18 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk