[openwrt/openwrt] mediatek: drop kmod-mmc

LEDE Commits lede-commits at lists.infradead.org
Tue Jul 20 09:01:38 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/ddec752890022794a9c035356d7e13e9889a03db

commit ddec752890022794a9c035356d7e13e9889a03db
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Jul 20 17:00:11 2021 +0100

    mediatek: drop kmod-mmc
    
    Support for MMC is built-into the kernel anyway, no need to select the
    (empty/stub) kmod package.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/mediatek/image/mt7623.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/image/mt7623.mk b/target/linux/mediatek/image/mt7623.mk
index c404b333ba..166086b88e 100644
--- a/target/linux/mediatek/image/mt7623.mk
+++ b/target/linux/mediatek/image/mt7623.mk
@@ -88,7 +88,7 @@ define Device/bananapi_bpi-r2
   DEVICE_VENDOR := Bananapi
   DEVICE_MODEL := BPi-R2
   DEVICE_DTS := mt7623n-bananapi-bpi-r2
-  DEVICE_PACKAGES := kmod-mmc mkf2fs e2fsprogs kmod-usb3 kmod-ata-ahci
+  DEVICE_PACKAGES := mkf2fs e2fsprogs kmod-usb3 kmod-ata-ahci
   UBOOT_ENVSIZE := 0x10000
   UBOOT_OFFSET := 320k
   UBOOT_TARGET := mt7623n_bpir2



More information about the lede-commits mailing list