X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=5f29716ee441092fb0e0c6eed4843f750a688696;hb=41ec611905b379df757f3c4d78d85cb737f41ee1;hp=4d525e56afb1b5bd69142725f28206f07c00bb6b;hpb=ab70aef2efe5846992aaa5f3b829318377b13e8e;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 4d525e56af..5f29716ee4 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.8 +LINUX_VERSION:=3.10.36 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))