diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-05 15:16:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-05 15:16:51 +0200 |
commit | 1465e15f735333d9b8686a3eb56b151bb3d9426e (patch) | |
tree | 68fe8e3e03ce406abb15eda2ed9c30e5df450be0 /target/mips/sys-available | |
parent | 75ea54a673167c1b27f1e0946c4288ab54c98431 (diff) |
make qemu mips64 work again, allow xfsprogs to build with uclibc, add partprobe
Diffstat (limited to 'target/mips/sys-available')
-rw-r--r-- | target/mips/sys-available/qemu-mips64el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/mips/sys-available/qemu-mips64el b/target/mips/sys-available/qemu-mips64el index 8f9158bee..05b6ed834 100644 --- a/target/mips/sys-available/qemu-mips64el +++ b/target/mips/sys-available/qemu-mips64el @@ -5,7 +5,10 @@ config ADK_TARGET_SYSTEM_QEMU_MIPS64EL select ADK_qemu_mips64el select ADK_KERNEL_MIPS_MALTA select ADK_KERNEL_CPU_LITTLE_ENDIAN + select ADK_KERNEL_CPU_MIPS64 + select ADK_KERNEL_CPU_MIPS64_R1 select ADK_CPU_MIPS64 + select ADK_TARGET_KERNEL64 select ADK_HARDWARE_QEMU select ADK_TARGET_WITH_VGA select ADK_TARGET_WITH_INPUT |