diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-04-17 21:01:43 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-04-17 21:01:43 +0000 |
commit | d0bfc67e2ef30e182bd6b1b4fa06e4012f07d31c (patch) | |
tree | 4341654f05e0a45fa807dfd0c8af757f61163530 /target/linux/x86/geos | |
parent | a8f2bc682e458207e511d5403f840e3f8969cc0e (diff) | |
download | upstream-d0bfc67e2ef30e182bd6b1b4fa06e4012f07d31c.tar.gz upstream-d0bfc67e2ef30e182bd6b1b4fa06e4012f07d31c.tar.bz2 upstream-d0bfc67e2ef30e182bd6b1b4fa06e4012f07d31c.zip |
kernel: x86: also update subtarget kernel versions
SVN-Revision: 31338
Diffstat (limited to 'target/linux/x86/geos')
-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 4da113e9d5..17e3266985 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -1,4 +1,4 @@ -LINUX_VERSION:=3.3.1 +LINUX_VERSION:=3.3.2 BOARDNAME:=Traverse Geos FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += \ |