X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=278cdee34578660f867b2407fcc3ca06fb01895e;hp=6a7531077a7d2f4c96e6485a38e2a5647b41b106;hb=0db91251574fd221641a5d89564d244e5406e44f;hpb=28d03a9983e9877e1c09bb0747bba0dfc08c6dc8 diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 6a7531077a..278cdee345 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.4 +LINUX_VERSION:=3.10.12 include $(INCLUDE_DIR)/target.mk