X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=07404d5b47e3f8f60465cdaac38932ff550aa112;hb=e991b0d74101f069e4ecee4b190a4785edcdde75;hp=a2eb87c2d3828b5b1c739f4e4f8a00ec8a5f7e81;hpb=b8ab3d34eb9b03a73c061f535a086ee4f748c88e;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index a2eb87c2d3..07404d5b47 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 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. @@ -9,16 +9,18 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x -FEATURES:=squashfs -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440 +FEATURES:=squashfs broken +CPU_TYPE:=440 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.32.27 - -include $(INCLUDE_DIR)/target.mk +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))