x86: use libata in 2.6.30, fix pata support for sc1200 (used on wrap)
[librecmc/librecmc.git] / target / linux / x86 / image / Config.in
index ef7d0cd855b6d2bf5c8bc01c422756b8844c23fd..bf1426723a9ea9aacb6c534c141234eeb236832d 100644 (file)
@@ -22,7 +22,8 @@ config X86_GRUB_KERNELPART
 config X86_GRUB_ROOTPART
     string
     prompt "Root partition on target device" if X86_GRUB_IMAGES
-    default "/dev/hda2"
+    default "/dev/hda2" if LINUX_2_6_28
+    default "/dev/sda2"
     help
         The root partition on the final device.  If you don't know,
         you probably want the default (/dev/hda2).