X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc83xx%2FMakefile;h=2a721dace07c9c485a3958ea2b042b1dc1c56257;hb=720106dc43b4b66b4dbca3eda7aa664a065f5920;hp=5598b5b117e21ed36cdb1beb3540e37baf606b87;hpb=455669df482a10c11f66a29cd60e5d578a0e1116;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index 5598b5b117..2a721dace0 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -9,9 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc83xx BOARDNAME:=Freescale MPC83xx -FEATURES:=squashfs tgz broken +CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e +FEATURES:=squashfs targz +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.31.12 +LINUX_VERSION:=3.8.13 include $(INCLUDE_DIR)/target.mk @@ -21,4 +23,6 @@ define Target/Description Build firmware images for Freescale MPC83xx based boards (eg. RouterBoard 600). endef +KERNELNAME:="uImage" + $(eval $(call BuildTarget))