summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/files/etc/network/interfaces5
-rw-r--r--target/x86_64/files/etc/tmpfs1
-rw-r--r--target/x86_64/sys-available/qemu-x86_64 (renamed from target/x86_64/sys-available/qemu)2
-rw-r--r--target/x86_64/sys-available/toolchain-x86_64 (renamed from target/x86_64/sys-available/toolchain)2
4 files changed, 2 insertions, 8 deletions
diff --git a/target/x86_64/files/etc/network/interfaces b/target/x86_64/files/etc/network/interfaces
deleted file mode 100644
index 104c1a1b6..000000000
--- a/target/x86_64/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_64/files/etc/tmpfs b/target/x86_64/files/etc/tmpfs
deleted file mode 100644
index 08558e471..000000000
--- a/target/x86_64/files/etc/tmpfs
+++ /dev/null
@@ -1 +0,0 @@
-16384
diff --git a/target/x86_64/sys-available/qemu b/target/x86_64/sys-available/qemu-x86_64
index 464f284fa..e7dd37fa8 100644
--- a/target/x86_64/sys-available/qemu
+++ b/target/x86_64/sys-available/qemu-x86_64
@@ -1,7 +1,7 @@
config ADK_TARGET_SYSTEM_QEMU_X86_64
bool "Qemu Emulator"
select ADK_x86_64
- select ADK_qemu
+ select ADK_qemu_x86_64
select ADK_HARDWARE_QEMU
select ADK_TARGET_WITH_VGA
select ADK_TARGET_WITH_INPUT
diff --git a/target/x86_64/sys-available/toolchain b/target/x86_64/sys-available/toolchain-x86_64
index 1552e0599..be6a9f5b9 100644
--- a/target/x86_64/sys-available/toolchain
+++ b/target/x86_64/sys-available/toolchain-x86_64
@@ -1,7 +1,7 @@
config ADK_TARGET_SYSTEM_TOOLCHAIN_X86_64
bool "Toolchain only"
select ADK_x86_64
- select ADK_toolchain
+ select ADK_toolchain_x86_64
select ADK_TOOLCHAIN_ONLY
help
Build a x86_64 toolchain.