X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fppc44x%2FMakefile;h=c36675cc05663c049670dd497b91f97bbc7e03fd;hb=fdc1d1989982029b1888335c551b38278830f4a3;hp=01d2f63f2e9ab21a8489663e3df67a4a6b9163ec;hpb=f21c103e5a69f7e6c18fc33fc6da1940f2307c60;p=openwrt.git diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 01d2f63f2e..c36675cc05 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 -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=440 +FEATURES:=squashfs broken +CPU_TYPE:=440 MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.2.13 +KERNEL_PATCHVER:=3.10 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))