X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmpc85xx%2FMakefile;h=001de825b666d1913d784e73af0936cd17963bb3;hb=d34a5fac066ec89896d814a15209cc36deb5783c;hp=1559c669f802c2299d0cfdc2c0f1fc520503fdd1;hpb=f3ecabebdb5e8ae1ba209ef30cf867dc7ed8ae74;p=openwrt.git diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 1559c669f8..001de825b6 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -9,11 +9,14 @@ 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.6 +KERNEL_PATCHVER:=3.14 + +KERNEL_IMAGES := zImage cuImage.tl-wdr4900-v1 include $(INCLUDE_DIR)/target.mk