X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FMakefile;h=a8663d89a4d3904e1676a984ffbd208ad4dc4d10;hb=c25541c024b22b04c15e6eb4d219cc0476e63cfe;hp=f6882624583b3c21a3ee0fe160c01d84ba636e40;hpb=0acb5636b2954739b859307387a4716076d2e7e5;p=openwrt%2Fopenwrt.git diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index f688262458..a8663d89a4 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,12 @@ 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:= +MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.36 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk