X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc52xx%2FMakefile;h=a9657730783482416c843e304965d5ec2df7f36f;hb=d0ad8c00b6cc0716feae5d12c2ae5b4717c4ac29;hp=3d9c4701776a314967454c25013a0f8f928ecd32;hpb=335877a2b3220b9b0a901fe7af038c04ca1a2e8b;p=oweals%2Fopenwrt.git diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index 3d9c470177..a965773078 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc52xx BOARDNAME:=Freescale MPC52xx -CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e +CPU_TYPE:=603e FEATURES:=targz ext4 -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=3.8.13 include $(INCLUDE_DIR)/target.mk @@ -20,4 +20,6 @@ define Target/Description Build images for the Freescale MPC52xx based boards. endef +KERNELNAME:="zImage" + $(eval $(call BuildTarget))