From: John Crispin Date: Thu, 20 Jun 2013 20:00:52 +0000 (+0200) Subject: add support for mmc cards X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubox.git;a=commitdiff_plain;h=ab78547f19ce30efc845ce1229b766eddb8efa16;ds=sidebyside add support for mmc cards Signed-off-by: John Crispin --- diff --git a/block.c b/block.c index fd8d21e..d456dd5 100644 --- a/block.c +++ b/block.c @@ -254,6 +254,7 @@ static void cache_load(int mtd) if (mtd) _cache_load("/dev/mtdblock*"); _cache_load("/dev/sd*"); + _cache_load("/dev/mmcblk*"); } static int print_block_info(struct blkid_struct_probe *pr)