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 | 6f53d2b696681fccecdf631336edead0c1a202f9 (patch) | |
tree | 4a016597d4e6da3e4e67d74ee490def45d868bc3 /target/linux | |
parent | 706adbe8abedb1ab27ad0fcbe9420b5802f44df5 (diff) | |
download | upstream-6f53d2b696681fccecdf631336edead0c1a202f9.tar.gz upstream-6f53d2b696681fccecdf631336edead0c1a202f9.tar.bz2 upstream-6f53d2b696681fccecdf631336edead0c1a202f9.zip |
mpc85xx: switch to 3.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |