From 7a470f977f8aa2ce245e79795acaebd5b334b257 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 2 Dec 2012 18:15:28 -0500 Subject: install/block: move TI flash media drivers to autodetect Some of these modules have modaliases which can be picked up by whitelisting. Signed-off-by: Dave Reisner --- install/block | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/block b/install/block index 1f18bfa..d9b9502 100644 --- a/install/block +++ b/install/block @@ -22,8 +22,8 @@ build() { fi # mmc - if add_checked_modules '/mmc'; then - blockdevs+=(['tifm_7xx1?']=1 ['mmc_block?']=1) + if add_checked_modules '/(mmc|tifm_)'; then + blockdevs+=(['mmc_block?']=1) fi # virtio -- cgit v1.2.3-24-g4f1b