X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=c36675cc05663c049670dd497b91f97bbc7e03fd;hb=c288d2d6d9a2dcca593157dae8175d40267135f4;hp=c2c4eb5912cb5a145836ca494d21f522b6859cd4;hpb=0a5da348d10066b2cdabaf570af1fcdeec69061a;p=openwrt%2Fopenwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index c2c4eb5912..c36675cc05 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 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,16 +9,20 @@ 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.25 +KERNEL_PATCHVER:=3.10 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) + define Target/Description Build firmware images for AMCC/IBM PPC44x based boards. endef +KERNELNAME:=uImage cuImage.taishan + $(eval $(call BuildTarget))