X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=6c48c019449f2532a94b08eb009a87f30f17dbea;hb=0db91251574fd221641a5d89564d244e5406e44f;hp=b13261a9d2ba8055b4117ed87e78be43a9c030f8;hpb=335877a2b3220b9b0a901fe7af038c04ca1a2e8b;p=openwrt%2Fstaging%2Flynxis%2Fomap.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index b13261a9d2..6c48c01944 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2011 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 -fno-caller-saves -mcpu=440 +FEATURES:=squashfs broken +CPU_TYPE:=440 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.32.33 +LINUX_VERSION:=3.10.12 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))