X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc40x%2FMakefile;h=cac70d8959a0dbabedf1e1b79827e97ca62af7ad;hb=2bf4218f68da1a96427ce209e7fcf063f5c4881e;hp=675681fe224122013155e1e668d806dc5b4e0012;hpb=e21bd57719923eb5c96b54f9a487f41a0ef8a384;p=openwrt.git diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 675681fe22..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.7.4 +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))