X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FMakefile;h=b29568fdfec2d04f2720759d1835c7b790da5898;hp=53afdf2696d041301d0bfe92c10cff7243cef531;hb=d2812cb036585a9dfe3147e691b4ec3dc3a188d8;hpb=ead8ab8403bfbc0fa588c6590e85c18141fa74a2 diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 53afdf2696..b29568fdfe 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,11 +8,13 @@ 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 +SUBTARGETS:=le be le64 be64 INITRAMFS_EXTRA_FILES:= +MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.36.1 +LINUX_VERSION:=3.10.36 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk