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 | 5da2510705e4443df7ef16884f160866519a3123 (patch) | |
tree | 07132a289e6cde3eb71b682fdf740ea4fabcc9cb /target/linux/mpc85xx/Makefile | |
parent | 23d58c6b6c039db42ac7181cef0a615633f975b1 (diff) | |
download | upstream-5da2510705e4443df7ef16884f160866519a3123.tar.gz upstream-5da2510705e4443df7ef16884f160866519a3123.tar.bz2 upstream-5da2510705e4443df7ef16884f160866519a3123.zip |
mpc85xx: update to linux 3.14
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43413 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/Makefile')
-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 |