X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=d5c459a35191a667ffb60eea6682d4e0edb50a61;hb=61fef497bbe02a4a5955b9246ade876d7027f5cf;hp=95f1ee631cfc03a88f0297191b72cfd7debaa9ad;hpb=2bff5d196282b5d072274a4a8d921f7c09b89e08;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 95f1ee631c..d5c459a351 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:=3.0 +LINUX_VERSION:=3.10.18 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))