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 | 8505ccfe741f3347e52e07f6e334555b0853fcd4 (patch) | |
tree | 8ad7ad73540a0eb6d397b83ce8d3f3ef38900f96 /target/linux/ppc40x/Makefile | |
parent | e9d7620196e713b208dd422822ed36f425488d33 (diff) | |
download | upstream-8505ccfe741f3347e52e07f6e334555b0853fcd4.tar.gz upstream-8505ccfe741f3347e52e07f6e334555b0853fcd4.tar.bz2 upstream-8505ccfe741f3347e52e07f6e334555b0853fcd4.zip |
ppc40x: switch to 3.10
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37913
Diffstat (limited to 'target/linux/ppc40x/Makefile')
-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 |