diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-20 09:13:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-20 09:13:01 +0000 |
commit | 294d7611c8bf620204dcdb75d97f1f8053a171b9 (patch) | |
tree | 2a896d34ec1f221ced11c6378a3ac49dd10894c3 /target/linux/mpc85xx | |
parent | 5803e270058f05c62660e8fd49133461e4515a5c (diff) | |
download | upstream-294d7611c8bf620204dcdb75d97f1f8053a171b9.tar.gz upstream-294d7611c8bf620204dcdb75d97f1f8053a171b9.tar.bz2 upstream-294d7611c8bf620204dcdb75d97f1f8053a171b9.zip |
mpc85xx: switch to 3.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37473
Diffstat (limited to 'target/linux/mpc85xx')
-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 103ec7086a..01cc4c231d 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 -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.1 include $(INCLUDE_DIR)/target.mk |