aboutsummaryrefslogtreecommitdiffstats
path: root/package/block-mount
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2011-03-20 19:37:28 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2011-03-20 19:37:28 +0000
commit8537d742ba14f5d0d459de58b861e1930c1d1009 (patch)
treea4fb07ec79b80b148d90497b803d4b9fe58e2b1f /package/block-mount
parent5f7b477a94f7d6a2351b3f77a58ee03914caee6b (diff)
downloadupstream-8537d742ba14f5d0d459de58b861e1930c1d1009.tar.gz
upstream-8537d742ba14f5d0d459de58b861e1930c1d1009.tar.bz2
upstream-8537d742ba14f5d0d459de58b861e1930c1d1009.zip
[package] 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26245 3c298f89-4303-0410-b956-a3cf2f4a3e73
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