X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=b9fc559614e7d86658967d693c04a5a4a5bacf56;hb=b74b63575825816f4f426778e9ee169252ff17b9;hp=9db22d499fe3f9965c951b57bc7d7799fe7a7cc0;hpb=3512501681291da3faefc2b056b78f07001b7904;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 9db22d499f..b9fc559614 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -10,10 +10,10 @@ ARCH:=powerpc BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x FEATURES:=squashfs broken -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 +CPU_TYPE:=440 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.7.9 +LINUX_VERSION:=3.10.17 include $(INCLUDE_DIR)/target.mk @@ -23,4 +23,6 @@ define Target/Description Build firmware images for AMCC/IBM PPC44x based boards. endef +KERNELNAME:="uImage cuImage.taishan" + $(eval $(call BuildTarget))