configs/qemu_mips64_malta: update config

Slim down the kernel config, switch to ext4 (with ext2/3 support),
enable N32 & O32 ABI compatibility for extra testing goodness and enable
keyboard & mouse support.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias
2013-11-27 15:09:27 -03:00
committed by Peter Korsgaard
parent dc044cdfe2
commit c98185c8d1
3 changed files with 9 additions and 35 deletions

View File

@@ -2,10 +2,6 @@
BR2_mips64=y
BR2_MIPS_NABI64=y
# Toolchain
# uClibc dynamic loader seems broken for mips64
BR2_PREFER_STATIC_LIB=y
# Filesystem
BR2_TARGET_ROOTFS_EXT2=y
# BR2_TARGET_ROOTFS_TAR is not set