X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc40x%2FMakefile;h=317484d72f68b8960d6c65575981111234925c23;hb=f5e0757dab76b924a2b504471ce64fa2e71a0cc0;hp=1554bcdaf1a09b60fd69c6d8c602bfe752209e1d;hpb=466d98bf88c18b2c324d7150a21ec9f3d91cf17f;p=openwrt.git diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 1554bcdaf1..317484d72f 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.3.8 +LINUX_VERSION:=3.10.17 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))