I needed to add the ATA drivers to the defalut x86_64 kernel config to get the 
VMware disk images booting. 

Tested and verified functioning on VMware Workstation 9.0.3 . 

diff --git a/target/linux/x86_64/config-default b/target/linux/x86_64/config-
default
index ad27973..76922a7 100644
--- a/target/linux/x86_64/config-default
+++ b/target/linux/x86_64/config-default
@@ -61,7 +61,9 @@ CONFIG_ARCH_WANT_FRAME_POINTERS=y
 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
 # CONFIG_ASUS_LAPTOP is not set
 CONFIG_ATA=y
-# CONFIG_ATA_SFF is not set
+CONFIG_ATA_GENERIC=y
+CONFIG_ATA_PIIX=y
+CONFIG_ATA_SFF=y
 CONFIG_AUDIT_ARCH=y
 CONFIG_BINFMT_MISC=y
 CONFIG_BLK_DEV_SD=y

Signed-off-by: Darren Lissimore <darren.lissim...@gmail.com>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to