diff options
Diffstat (limited to 'target/x86/systems')
-rw-r--r-- | target/x86/systems/vbox-i686 | 15 | ||||
-rw-r--r-- | target/x86/systems/vbox-x86 | 10 |
2 files changed, 10 insertions, 15 deletions
diff --git a/target/x86/systems/vbox-i686 b/target/x86/systems/vbox-i686 deleted file mode 100644 index 97be46ec5..000000000 --- a/target/x86/systems/vbox-i686 +++ /dev/null @@ -1,15 +0,0 @@ -config ADK_TARGET_SYSTEM_VBOX_I686 - bool "VirtualBox Emulator" - select ADK_x86 - select ADK_vbox_i686 - select ADK_CPU_I686 - select ADK_HARDWARE_VBOX - select ADK_TARGET_WITH_VGA - select ADK_TARGET_WITH_INPUT - select ADK_TARGET_WITH_PCI - select ADK_TARGET_WITH_HDD - select ADK_TARGET_WITH_SATA - select ADK_TARGET_KERNEL_BZIMAGE - help - Support for VirtualBox Emulator (i686). - diff --git a/target/x86/systems/vbox-x86 b/target/x86/systems/vbox-x86 new file mode 100644 index 000000000..56bdfcefd --- /dev/null +++ b/target/x86/systems/vbox-x86 @@ -0,0 +1,10 @@ +config ADK_TARGET_SYSTEM_VBOX_X86 + bool "VirtualBox Emulator" + select ADK_x86 + select ADK_vbox_x86 + select ADK_TARGET_VBOX + select ADK_TARGET_KERNEL_BZIMAGE + select ADK_PACKAGE_GRUB + help + Support for VirtualBox Emulator. + |