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/net5501 | |
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/net5501')
-rw-r--r-- | target/linux/x86/net5501/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/net5501/target.mk b/target/linux/x86/net5501/target.mk index 7afc1da4ba..5862a9901b 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -1,4 +1,4 @@ -LINUX_VERSION:=3.2.2 +LINUX_VERSION:=3.2.15 BOARDNAME:=Soekris net5501 FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ |