X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=b9fc559614e7d86658967d693c04a5a4a5bacf56;hb=aa9e689b7c864c9446a47eb29222a0000b5bd173;hp=4a62e18247d96f8af63510c442a6b36435b17137;hpb=14aefb43c89edd99a89b4cb0798e63eeebe12a2d;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 4a62e18247..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.3.7 +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))