diff options
-rw-r--r-- | conf/distro/debianslug.conf | 6 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 6 |
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. # |