diff options
Diffstat (limited to 'target/x86')
-rw-r--r-- | target/x86/files/etc/network/interfaces | 5 | ||||
-rw-r--r-- | target/x86/files/etc/tmpfs | 1 | ||||
-rw-r--r-- | target/x86/sys-available/qemu-x86 (renamed from target/x86/sys-available/qemu) | 2 | ||||
-rw-r--r-- | target/x86/sys-available/toolchain-x86 (renamed from target/x86/sys-available/toolchain) | 2 |
4 files changed, 2 insertions, 8 deletions
diff --git a/target/x86/files/etc/network/interfaces b/target/x86/files/etc/network/interfaces deleted file mode 100644 index 104c1a1b6..000000000 --- a/target/x86/files/etc/network/interfaces +++ /dev/null @@ -1,5 +0,0 @@ -auto lo -iface lo inet loopback - -auto eth0 -iface eth0 inet dhcp diff --git a/target/x86/files/etc/tmpfs b/target/x86/files/etc/tmpfs deleted file mode 100644 index 08558e471..000000000 --- a/target/x86/files/etc/tmpfs +++ /dev/null @@ -1 +0,0 @@ -16384 diff --git a/target/x86/sys-available/qemu b/target/x86/sys-available/qemu-x86 index 97275c43d..378d9fb8e 100644 --- a/target/x86/sys-available/qemu +++ b/target/x86/sys-available/qemu-x86 @@ -1,7 +1,7 @@ config ADK_TARGET_SYSTEM_QEMU_X86 bool "Qemu Emulator" select ADK_x86 - select ADK_qemu + select ADK_qemu_x86 select ADK_CPU_I686 select ADK_HARDWARE_QEMU select ADK_TARGET_WITH_VGA diff --git a/target/x86/sys-available/toolchain b/target/x86/sys-available/toolchain-x86 index 55fb36ce8..5c2871f3b 100644 --- a/target/x86/sys-available/toolchain +++ b/target/x86/sys-available/toolchain-x86 @@ -1,7 +1,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_X86 bool "Toolchain only" select ADK_x86 - select ADK_toolchain + select ADK_toolchain_x86 select ADK_CPU_I686 select ADK_TOOLCHAIN_ONLY help |