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 | 04f2ef9e66a17e8d76fc2160f8f0795db136e858 (patch) | |
tree | 73d77daac695b277a9b012ad227bee30b75f1dc9 /target/linux | |
parent | 54b9b4d8a5ff27425c7bc1b719946ff8fd253e7c (diff) | |
download | upstream-04f2ef9e66a17e8d76fc2160f8f0795db136e858.tar.gz upstream-04f2ef9e66a17e8d76fc2160f8f0795db136e858.tar.bz2 upstream-04f2ef9e66a17e8d76fc2160f8f0795db136e858.zip |
gemini: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35994
Diffstat (limited to 'target/linux')
-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 |