diff options
author | John Crispin <john@openwrt.org> | 2015-02-19 14:30:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-19 14:30:03 +0000 |
commit | e071f4fd1acc40ced1d03437924bdbd09698bc1a (patch) | |
tree | fa24983b1a182a46c15a1a6452218c30b628af32 | |
parent | 52b2a2c3987d40cc46731a175505250f3aaf0906 (diff) | |
download | upstream-e071f4fd1acc40ced1d03437924bdbd09698bc1a.tar.gz upstream-e071f4fd1acc40ced1d03437924bdbd09698bc1a.tar.bz2 upstream-e071f4fd1acc40ced1d03437924bdbd09698bc1a.zip |
mpc85xx: set v3.18 as default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44496
-rw-r--r-- | target/linux/mpc85xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 001de825b6..163e440539 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -14,7 +14,7 @@ FEATURES:=spe_fpu squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> SUBTARGETS=generic p1020 -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 KERNEL_IMAGES := zImage cuImage.tl-wdr4900-v1 |