diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-12 19:01:10 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-02-12 19:01:10 +0000 |
commit | 11b3d2a843fcc1a37b3c0b57f66b9637a38d7483 (patch) | |
tree | e4880d552b580775196c9689409b8f3dec58be95 /target/linux/x86/Makefile | |
parent | 9da43c2d735cc1c1e3402ac7a5f040869ddfd5d7 (diff) |
[x86] add Xen DomU subtarget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19610 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 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 |