X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=bd62efb2580ebf1992e9aa8e6cfa840d04c9d296;hb=e34c2074ba1ca949a8fde7a74189aa039038f811;hp=88a69a43942b8c7e2c717c213ff74fa3d60e7eaf;hpb=37b63c5f7237ba331ec8a77bc6befe0a493936f6;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 88a69a4394..bd62efb258 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 +CFLAGS:=-Os -pipe -mcpu=440 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.8.3 +LINUX_VERSION:=3.8.13 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))