X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc40x%2FMakefile;h=cac70d8959a0dbabedf1e1b79827e97ca62af7ad;hb=a3616f071b72f68d7dc45c7e481c3c181ace987c;hp=abbefba784a9e035f55801ff3e02fe95d2161136;hpb=5201be2519894defecdab00c5e08e165f67447db;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index abbefba784..cac70d8959 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -10,10 +10,10 @@ ARCH:=powerpc BOARD:=ppc40x BOARDNAME:=AMCC/IBM PPC40x FEATURES:=squashfs -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=405 +CPU_TYPE:=405 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.0.17 +LINUX_VERSION:=3.10.13 include $(INCLUDE_DIR)/target.mk @@ -21,4 +21,6 @@ define Target/Description Build firmware images for AMCC/IBM PPC40x based boards. endef +KERNELNAME:="uImage cuImage.magicbox cuImage.openrb" + $(eval $(call BuildTarget))