diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-12 18:22:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-12 18:22:33 +0000 |
commit | 3529884ed48f3c025d3f111c8b4b31b471bca188 (patch) | |
tree | eabd7b7b9e38b9b64475efec6b83fa3641f11694 /target | |
parent | 28491651e5409ccf64a866ff83d9c20f0bd19284 (diff) | |
download | upstream-3529884ed48f3c025d3f111c8b4b31b471bca188.tar.gz upstream-3529884ed48f3c025d3f111c8b4b31b471bca188.tar.bz2 upstream-3529884ed48f3c025d3f111c8b4b31b471bca188.zip |
gemini: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/gemini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 2f87e99ce3..732dbfe0b8 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs broken CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |