X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=b9fc559614e7d86658967d693c04a5a4a5bacf56;hb=aa9e689b7c864c9446a47eb29222a0000b5bd173;hp=88a69a43942b8c7e2c717c213ff74fa3d60e7eaf;hpb=37b63c5f7237ba331ec8a77bc6befe0a493936f6;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 88a69a4394..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.8.3 +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))