diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-11-27 18:26:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-11-27 18:26:24 +0000 |
commit | ceccdc4a31e785e5e5eab65bf7973ef7149d673a (patch) | |
tree | a5578bda0b877f4f508c3186a8f944f91c0a8881 /target | |
parent | 1846efcaaf2944c799f512d9fa8c81479eca3ace (diff) | |
download | upstream-ceccdc4a31e785e5e5eab65bf7973ef7149d673a.tar.gz upstream-ceccdc4a31e785e5e5eab65bf7973ef7149d673a.tar.bz2 upstream-ceccdc4a31e785e5e5eab65bf7973ef7149d673a.zip |
mpc85xx: update to linux 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43413
Diffstat (limited to 'target')
-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 dba0361ee4..d027e49f11 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.10 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk |