diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-05-30 16:50:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-05-30 16:50:37 +0000 |
commit | f6477899ab545806f491f8d7b2272d5596a0617b (patch) | |
tree | 9d94f0cc4a149e35df41716d505e3f9be0fcceed /target/linux/x86/Makefile | |
parent | d8987676ecf4073b10824ff48a94d47bc5504d98 (diff) | |
download | upstream-f6477899ab545806f491f8d7b2272d5596a0617b.tar.gz upstream-f6477899ab545806f491f8d7b2272d5596a0617b.tar.bz2 upstream-f6477899ab545806f491f8d7b2272d5596a0617b.zip |
Add virtualbox images to x86 (#3475)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11298 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 f85760b28b..f44d30d358 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH=i386 BOARD:=x86 BOARDNAME:=x86 -FEATURES:=squashfs jffs2 ext2 +FEATURES:=squashfs jffs2 ext2 vdi SUBTARGETS=generic LINUX_VERSION:=2.6.25.4 |