X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=5f29716ee441092fb0e0c6eed4843f750a688696;hb=0e6867db1e9a2feb6ded27a33631e25f6c18e11e;hp=4f023a38d3d12e5d1c998d4dfe63783473a7581c;hpb=f9d0eaf8a3f42c95d03112eb9e6a0ae8b5a2553d;p=15.05%2Fopenwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 4f023a38d3..5f29716ee4 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,15 +9,20 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x -FEATURES:=squashfs +FEATURES:=squashfs broken +CPU_TYPE:=440 +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.28.2 -LINUX_KARCH:=powerpc +LINUX_VERSION:=3.10.36 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) + define Target/Description - Build firmware images for the AMCC Taishan evaluation board + Build firmware images for AMCC/IBM PPC44x based boards. endef +KERNELNAME:="uImage cuImage.taishan" + $(eval $(call BuildTarget))