diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-12 19:01:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-12 19:01:10 +0000 |
commit | cde615a0b48fee0c77e7aa3884ab46a61bb6a246 (patch) | |
tree | f34aaf80bdb4d08fdd2aa96859416df4921ce5b5 /target/linux/x86/Makefile | |
parent | 4db8a057701c4a1180d00e4a6543e9135e040e3e (diff) | |
download | upstream-cde615a0b48fee0c77e7aa3884ab46a61bb6a246.tar.gz upstream-cde615a0b48fee0c77e7aa3884ab46a61bb6a246.tar.bz2 upstream-cde615a0b48fee0c77e7aa3884ab46a61bb6a246.zip |
add Xen DomU subtarget
SVN-Revision: 19610
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 7389530a76..41b348341f 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -10,7 +10,7 @@ ARCH:=i386 BOARD:=x86 BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 vdi vmdk pcmcia tgz -SUBTARGETS=generic olpc +SUBTARGETS=generic olpc xen_domu LINUX_VERSION:=2.6.31.12 |