aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-11-27 04:31:29 +0000
committerRod Whitby <rod@whitby.id.au>2006-11-27 04:31:29 +0000
commitfaa37f5b50f6f2da6774870c16d058cabdac97c5 (patch)
treed849ca05e5848c78e56325060bb89d42b4cd7b3d
parent6e20e71f6e5d40ff45d5554bb21755658fd85102 (diff)
downloadopenembedded-faa37f5b50f6f2da6774870c16d058cabdac97c5.tar.gz
slugos: updated debianslug and openslug to include IDE kernel modules in the rootfs
-rw-r--r--conf/distro/debianslug.conf6
-rw-r--r--conf/distro/openslug.conf6
2 files changed, 12 insertions, 0 deletions
diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf
index c570d7c18f..0b333e2f01 100644
--- a/conf/distro/debianslug.conf
+++ b/conf/distro/debianslug.conf
@@ -108,6 +108,12 @@ kernel-module-sd-mod \
kernel-module-usb-storage \
"
+# Add modules required for IDE support
+DEBIANSLUG_STANDARD_RDEPENDS += "\
+kernel-module-libata \
+kernel-module-pata-artop \
+"
+
# This documents other file systems which are built but not installed
# by default in the flash image.
#
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf
index 4277888bfa..55a6942a4f 100644
--- a/conf/distro/openslug.conf
+++ b/conf/distro/openslug.conf
@@ -108,6 +108,12 @@ kernel-module-sd-mod \
kernel-module-usb-storage \
"
+# Add modules required for IDE support
+OPENSLUG_STANDARD_RDEPENDS += "\
+kernel-module-libata \
+kernel-module-pata-artop \
+"
+
# This documents other file systems which are built but not installed
# by default in the flash image.
#