diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-20 09:13:01 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-20 09:13:01 +0000 |
commit | 0b8c82fa671ce0c278043b36b06ef82d97da0f7f (patch) | |
tree | 4a016597d4e6da3e4e67d74ee490def45d868bc3 | |
parent | 8ae7102e8b81bba5cc75124dd2368b7ab4a32dba (diff) |
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
-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 |