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 | 8c0c28eef26527436c0a0d3ae2aec032f6a98271 (patch) | |
tree | c3bd77d5c67c612019d12c426431eaceeee67087 /target/linux/x86/Makefile | |
parent | 9285574b20298c1499aedee162f5659e1e356862 (diff) | |
download | mtk-20170518-8c0c28eef26527436c0a0d3ae2aec032f6a98271.zip mtk-20170518-8c0c28eef26527436c0a0d3ae2aec032f6a98271.tar.gz mtk-20170518-8c0c28eef26527436c0a0d3ae2aec032f6a98271.tar.bz2 |
Add virtualbox images to x86 (#3475)
SVN-Revision: 11298
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 f85760b..f44d30d 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 |