12345678910111213141516171819202122232425262728 |
- From 36ad1f95a7b9ee5e33d8077fecdfc2b90255f30a Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Tuomas=20L=C3=A4hdekorpi?= <tuomas.lahdekorpi@gmail.com>
- Date: Wed, 20 May 2020 21:38:42 +0300
- Subject: [PATCH 2/3] block: only include drivers/mmc
- Filtering only by mmc pulls in media/mmc which would include modules and
- firmware for dvb.
- ---
- install/block | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/install/block b/install/block
- index 11c4665..12552e1 100644
- --- a/install/block
- +++ b/install/block
- @@ -19,7 +19,7 @@ build() {
- add_checked_modules '/drivers/firewire/'
-
- # mmc
- - add_checked_modules '/(mmc|tifm_)'
- + add_checked_modules '/(drivers/mmc|tifm_)'
-
- # virtio
- add_checked_modules 'virtio'
- --
- 2.12.2
|