X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=d5c459a35191a667ffb60eea6682d4e0edb50a61;hb=156f96740b435c9c1a9e8e922cb2da8ef195c11a;hp=9b4342c3d01926b0bf68d89e3f1f94c38293af94;hpb=f3af92dc52147097690364d6064a6414ccb8d1e0;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 9b4342c3d0..d5c459a351 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 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. @@ -8,18 +8,21 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc44x -BOARDNAME:=AMCC Taishan -FEATURES:=squashfs +BOARDNAME:=AMCC/IBM PPC44x +FEATURES:=squashfs broken +CPU_TYPE:=440 +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.24 -LINUX_KARCH:=powerpc +LINUX_VERSION:=3.10.18 include $(INCLUDE_DIR)/target.mk -KERNELNAME:="zImage" +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))