diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-16 15:04:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-04-16 15:04:47 +0000 |
commit | adcde9f983c72fc7d5b7aa1035bdf5bac706c6ac (patch) | |
tree | a857d678ee78800b0b4430ad4b73127e092f9293 | |
parent | d68e2222406451eed59f229f821d7d7cb1ba14da (diff) | |
download | upstream-adcde9f983c72fc7d5b7aa1035bdf5bac706c6ac.tar.gz upstream-adcde9f983c72fc7d5b7aa1035bdf5bac706c6ac.tar.bz2 upstream-adcde9f983c72fc7d5b7aa1035bdf5bac706c6ac.zip |
[geos] bump to Linux v3.3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31314 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 66c65e0753..4da113e9d5 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -1,4 +1,4 @@ -LINUX_VERSION:=3.2.2 +LINUX_VERSION:=3.3.1 BOARDNAME:=Traverse Geos FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += \ |