diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-07 20:11:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-07 20:11:43 +0000 |
commit | 34018a630fec422d7e59afa1b3ee9ef92ceb9230 (patch) | |
tree | d32712fe10f9cd18409154a47fb32a1607ba8c77 /target/linux/x86 | |
parent | 6b5012ce1fa90c0be451e73fce5f545dd1cf185d (diff) | |
download | upstream-34018a630fec422d7e59afa1b3ee9ef92ceb9230.tar.gz upstream-34018a630fec422d7e59afa1b3ee9ef92ceb9230.tar.bz2 upstream-34018a630fec422d7e59afa1b3ee9ef92ceb9230.zip |
kernel: update linux 3.3 to 3.3.5
SVN-Revision: 31645
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/geos/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index cd4c7cf7df..bf9fc9c8a3 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -1,4 +1,4 @@ -LINUX_VERSION:=3.3.4 +LINUX_VERSION:=3.3.5 BOARDNAME:=Traverse Geos FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += \ |