X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=1721e95081b4778da186bf5b5e74ba39d00e1739;hp=340db60f27b1d769e51900decea1b2eb5c07553c;hb=1ef1a974f54e88864a44de1ed773a4e9876c86e2;hpb=9d0c593751bc9b8633660cb56d9f86b06b7f5734 diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 340db60f27..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 -fno-caller-saves -mcpu=8540 +CPU_TYPE:=8540 FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz SUBTARGETS=generic p1020 -LINUX_VERSION:=3.8.11 +LINUX_VERSION:=3.10.17 include $(INCLUDE_DIR)/target.mk