diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-13 12:04:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-13 12:04:02 +0000 |
commit | 7ae260dc28b039abd2e81412e108c0f5a0874ccf (patch) | |
tree | 10efc6baf924d70892ab07c58cf523393751e413 /target/linux/gemini | |
parent | 4cf665e402e7c221af0483f51b350d6cc73c7c4f (diff) | |
download | upstream-7ae260dc28b039abd2e81412e108c0f5a0874ccf.tar.gz upstream-7ae260dc28b039abd2e81412e108c0f5a0874ccf.tar.bz2 upstream-7ae260dc28b039abd2e81412e108c0f5a0874ccf.zip |
gemini: switch to 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31699 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini')
-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 05f478d672..203c6361a4 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:=2.6.37.6 +LINUX_VERSION:=3.3.5 include $(INCLUDE_DIR)/target.mk |