X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=07404d5b47e3f8f60465cdaac38932ff550aa112;hb=06c76e41d7a0c936f5e4b6f43f331860e3b99d70;hp=a5879dd0ebd060882edeee90a0af61fcd58535a5;hpb=08ff97672027a8d1fa148779c0fa06e154dd0a85;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index a5879dd0eb..07404d5b47 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2012 OpenWrt.org +# Copyright (C) 2007-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,17 +10,17 @@ ARCH:=powerpc BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x FEATURES:=squashfs broken -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 +CPU_TYPE:=440 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.7.6 - -include $(INCLUDE_DIR)/target.mk - -DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) +KERNEL_PATCHVER:=3.18 define Target/Description Build firmware images for AMCC/IBM PPC44x based boards. endef +include $(INCLUDE_DIR)/target.mk + +KERNELNAME:=uImage cuImage.taishan + $(eval $(call BuildTarget))