X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/1777497ae7f299b3368a255c2d71d9cb01a7be2c..796fe1dcd740f8ad3bd512b0d0eb9da07e4882de:/target/linux/ppc44x/Makefile?ds=inline diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 00d44dd05..9c8e7eb68 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -10,14 +10,15 @@ ARCH:=powerpc BOARD:=ppc44x BOARDNAME:=AMCC/IBM PPC44x FEATURES:=squashfs +CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440 -LINUX_VERSION:=2.6.28.8 +LINUX_VERSION:=2.6.30.4 LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk define Target/Description - Build firmware images for the AMCC Taishan evaluation board + Build firmware images for AMCC/IBM PPC44x based boards. endef $(eval $(call BuildTarget))