summaryrefslogtreecommitdiffstats
path: root/package/block-extroot/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-04-06 22:57:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-04-06 22:57:17 +0000
commit6b4eb9901a8d0d1d5d05c7c40d686c31fa19a177 (patch)
treebb5be7448e9949f00e41247bfbe88be9e29242b2 /package/block-extroot/Makefile
parent44810702d2ad2a53a0bbe1d32fba074303781958 (diff)
downloadmaster-31e0f0ae-6b4eb9901a8d0d1d5d05c7c40d686c31fa19a177.tar.gz
master-31e0f0ae-6b4eb9901a8d0d1d5d05c7c40d686c31fa19a177.tar.bz2
master-31e0f0ae-6b4eb9901a8d0d1d5d05c7c40d686c31fa19a177.zip
block-extroot: unblock package if kmod-broadcom-sdhc has been selected
SVN-Revision: 20735
Diffstat (limited to 'package/block-extroot/Makefile')
-rw-r--r--package/block-extroot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/block-extroot/Makefile b/package/block-extroot/Makefile
index 1ae72f0d3a..eaf01dad5e 100644
--- a/package/block-extroot/Makefile
+++ b/package/block-extroot/Makefile
@@ -26,7 +26,7 @@ endef
define Package/block-extroot
$(call Package/block-extroot/Default)
MENU:=1
- DEPENDS:=+block-mount @PACKAGE_kmod-ide-core||PACKAGE_kmod-usb-storage||PACKAGE_kmod-mmc
+ DEPENDS:=+block-mount @PACKAGE_kmod-ide-core||PACKAGE_kmod-usb-storage||PACKAGE_kmod-mmc||PACKAGE_kmod-broadcom-sdhc
endef
define Package/block-extroot/config