X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fppc40x%2FMakefile;h=4e75198945aa8fab0ddec8953e072f4f86591029;hp=675681fe224122013155e1e668d806dc5b4e0012;hb=627baa28d33ca202e0f79e9a2a8eb6bc9d823a1a;hpb=15be1c9ee781794e7c9412473adac2e9c87fa2ad diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 675681fe22..4e75198945 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.7.4 +LINUX_VERSION:=3.10.34 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))