diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-07 11:34:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-07 11:34:06 +0000 |
commit | c7049f2b3c9f4c4828e93abeb6cf662dfddc5ce7 (patch) | |
tree | 49d9ec718d19042f469419db75b8c18745bf8d2a /target | |
parent | 76017db3240e86fcf86112050c54379db596972a (diff) | |
download | master-187ad058-c7049f2b3c9f4c4828e93abeb6cf662dfddc5ce7.tar.gz master-187ad058-c7049f2b3c9f4c4828e93abeb6cf662dfddc5ce7.tar.bz2 master-187ad058-c7049f2b3c9f4c4828e93abeb6cf662dfddc5ce7.zip |
ppc40x: switch to 3.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37913 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 3ae5ca9d17..55ecbd0578 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -mcpu=405 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.10 include $(INCLUDE_DIR)/target.mk |