diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-09 11:38:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-09 11:38:37 +0000 |
commit | ceffa3f2e608d12d1b1f492ef647b5666495f6a0 (patch) | |
tree | 8b19773d516dd794088693bd3089dc34f837cbdd | |
parent | 88b4390432b6c735fe9c0793769ee6b218acbbe5 (diff) | |
download | master-187ad058-ceffa3f2e608d12d1b1f492ef647b5666495f6a0.tar.gz master-187ad058-ceffa3f2e608d12d1b1f492ef647b5666495f6a0.tar.bz2 master-187ad058-ceffa3f2e608d12d1b1f492ef647b5666495f6a0.zip |
kirkwood: switch to 3.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31665 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/kirkwood/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index 06b6fc7f0f..e748788368 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Marvell Kirkwood FEATURES:=targz usb jffs2 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=3.3.5 include $(INCLUDE_DIR)/target.mk |