X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=d68c4dac27e5820ce3b74a43eabea21a7c1c899d;hb=a2543d72d8a0b4a9efcee26c8af36d618de4c863;hp=cb38d0160dbc2bc54c76f93f4cb6e807c04654fc;hpb=36d4fd70bc7fcac5f8fa27b34374e0ba6cdf8848;p=openwrt%2Fopenwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index cb38d0160d..d68c4dac27 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,11 +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.9 +LINUX_VERSION:=3.10.28 include $(INCLUDE_DIR)/target.mk