X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=1721e95081b4778da186bf5b5e74ba39d00e1739;hp=93ba2c6143df7cc1ddd43e9cbaf12aa3c8f289f6;hb=1ef1a974f54e88864a44de1ed773a4e9876c86e2;hpb=163295051f4dc190ec90c26d895a4bed0a7e20c7 diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 93ba2c6143..1721e95081 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=mpc85xx BOARDNAME:=Freescale MPC85xx -CFLAGS:=-Os -pipe -mcpu=8540 +CPU_TYPE:=8540 FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz SUBTARGETS=generic p1020 -LINUX_VERSION:=3.10.10 +LINUX_VERSION:=3.10.17 include $(INCLUDE_DIR)/target.mk