diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-02 19:00:40 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-02 19:00:40 +0000 |
commit | fb57fbb174c70e5216652e545e12bc271f4d6c40 (patch) | |
tree | 929df48ffb3af925923fdca61e426d73d1add436 /target/linux | |
parent | 71759ff6a61027ffd36f64e13cc4dca6a19abe75 (diff) | |
download | upstream-fb57fbb174c70e5216652e545e12bc271f4d6c40.tar.gz upstream-fb57fbb174c70e5216652e545e12bc271f4d6c40.tar.bz2 upstream-fb57fbb174c70e5216652e545e12bc271f4d6c40.zip |
[x86] alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the rest
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29998 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 | ||||
-rw-r--r-- | target/linux/x86/net5501/target.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86/alix2/target.mk b/target/linux/x86/alix2/target.mk index d9f08f6dba..c322cb4c3c 100644 --- a/target/linux/x86/alix2/target.mk +++ b/target/linux/x86/alix2/target.mk @@ -1,4 +1,4 @@ -LINUX_VERSION:=3.2.1 +LINUX_VERSION:=3.2.2 BOARDNAME:=PCEngines alix2 FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += \ diff --git a/target/linux/x86/net5501/target.mk b/target/linux/x86/net5501/target.mk index 7bac4fee5c..0529cb7cfe 100644 --- a/target/linux/x86/net5501/target.mk +++ b/target/linux/x86/net5501/target.mk @@ -1,4 +1,4 @@ -LINUX_VERSION:=3.2.1 +LINUX_VERSION:=3.2.2 BOARDNAME:=Soekris net5501 FEATURES:=squashfs jffs2 ext4 pci usb gpio DEFAULT_PACKAGES += kmod-crypto-hw-geode kmod-crypto-ocf \ |