summaryrefslogtreecommitdiffstats
path: root/package/block-mount
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-03-20 19:37:28 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-03-20 19:37:28 +0000
commit4c85b8562da5b3a10f7914f0228f3707ca9689b6 (patch)
tree18cf8871b0514568c0268e1fe4f12645e502eebb /package/block-mount
parent37548fcf607c78ab44bad904430f578fd4bc1f04 (diff)
downloadopenwrt-4c85b8562da5b3a10f7914f0228f3707ca9689b6.tar.gz
openwrt-4c85b8562da5b3a10f7914f0228f3707ca9689b6.tar.bz2
openwrt-4c85b8562da5b3a10f7914f0228f3707ca9689b6.zip
block-mount busybox: Removed busybox versions of blkid and swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage.
SVN-Revision: 26245
Diffstat (limited to 'package/block-mount')
-rw-r--r--package/block-mount/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile
index a55ea02469..993a75216d 100644
--- a/package/block-mount/Makefile
+++ b/package/block-mount/Makefile
@@ -21,6 +21,7 @@ endef
define Package/block-mount
$(call Package/block-mount/Default)
TITLE:=Block device mounting and checking
+ DEPENDS:= +blkid +swap-utils
endef
define Package/block-mount/description