diff options
author | John Crispin <blogic@openwrt.org> | 2011-05-17 10:35:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-05-17 10:35:14 +0000 |
commit | f7044753af081e72f3de25ad6ae6ccca59934c34 (patch) | |
tree | ab7b83e6fdf7bab7752d70484b9c6b1f6400746b /target/linux/x86/Makefile | |
parent | d5449e1acce9c787f49f5a93837be6584a2ffcc5 (diff) | |
download | upstream-f7044753af081e72f3de25ad6ae6ccca59934c34.tar.gz upstream-f7044753af081e72f3de25ad6ae6ccca59934c34.tar.bz2 upstream-f7044753af081e72f3de25ad6ae6ccca59934c34.zip |
[x86]
* adds support for Artec Thincan
Signed-of-By: Lauri Võsandi <lauri.vosandi@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26919 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 829d422377..1531c4d213 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,7 +10,7 @@ ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext4 vdi vmdk pcmcia targz -SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 +SUBTARGETS=generic olpc xen_domu ep80579 net5501 kvm_guest geos alix2 thincan LINUX_VERSION:=2.6.37.6 |