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 | 047ba1e12e7f763a4a833ce6debc12c16f201d86 (patch) | |
tree | 1a31597e4d722eddf2c2223f406978a84550a749 /target/linux/x86/alix2 | |
parent | 1ae5715f2e69b0dff7b8170ce5e37b9d6b1785ea (diff) | |
download | upstream-047ba1e12e7f763a4a833ce6debc12c16f201d86.tar.gz upstream-047ba1e12e7f763a4a833ce6debc12c16f201d86.tar.bz2 upstream-047ba1e12e7f763a4a833ce6debc12c16f201d86.zip |
alix2, net5501: bump both subtargets to Linux 3.2.2 to align with the rest
SVN-Revision: 29998
Diffstat (limited to 'target/linux/x86/alix2')
-rw-r--r-- | target/linux/x86/alix2/target.mk | 2 |
1 files changed, 1 insertions, 1 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 += \ |