X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fppc44x%2FMakefile;h=07404d5b47e3f8f60465cdaac38932ff550aa112;hb=8b9f7bd7bd911a8677b6fa8256ab521417f326bf;hp=baa23dc54f009b796d95bcefaeaafebfa2f4c8d4;hpb=e74e289fa8a0858d73c48bf562a995fc3733c6bc;p=lede.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index baa23dc54f..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,15 +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.14 - -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))