X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=d2cd5edb7905735c6b94e41ac9bce30458dabb38;hb=727c59f7ac397e1a561d3ba24078a269c49e4288;hp=3129d188f0c3dc4b82ba444a24121ad26b082e66;hpb=d204a2b48381f4a0033a424def244d0bec0bb6b1;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 3129d188f0..d2cd5edb79 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.10 +LINUX_VERSION:=3.10.26 include $(INCLUDE_DIR)/target.mk