diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-30 16:50:37 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-30 16:50:37 +0000 |
commit | 9e77803ad6a4db02b16a6a2875794ab953b1050f (patch) | |
tree | 9d94f0cc4a149e35df41716d505e3f9be0fcceed /target/linux/x86/Makefile | |
parent | 30d336cfc5e67d66ed19a84223a9215f42c30135 (diff) |
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 |