X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=78e840e765f3b4d5a904be22f2cae3c5bc90f448;hb=2bf4218f68da1a96427ce209e7fcf063f5c4881e;hp=35ed9db4196188ff577db10469464e5d22bce4cc;hpb=de01dc5f204b4aa433c11cd837b040acf050de46;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 35ed9db419..78e840e765 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. @@ -9,17 +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.27.6 -LINUX_KARCH:=powerpc +LINUX_VERSION:=3.10.13 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))