X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=07404d5b47e3f8f60465cdaac38932ff550aa112;hb=e991b0d74101f069e4ecee4b190a4785edcdde75;hp=06e48b31d2ed4b217e7d0d7cca9b3945073c6e3f;hpb=0c5a73ec9b676770f2f0eeaea73d469e6b4017eb;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 06e48b31d2..07404d5b47 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 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.30.5 -LINUX_KARCH:=powerpc - -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))