X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=45512b55cc7079cf3eba55d3d3f4a835bd25c4d8;hb=704e2ed39d4e157d0c24d4dc3a3078cbacc6505c;hp=7e7d00c4ef6db21073efdcdd96760ba30f853469;hpb=fe073513d57e5790e0b3e1c4f084139e7ef34b9c;p=15.05%2Fopenwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 7e7d00c4ef..45512b55cc 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x -FEATURES:=squashfs +FEATURES:=squashfs broken CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.2.14 +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))