diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-20 19:37:28 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-20 19:37:28 +0000 |
commit | b08fa2bc0893798f4deeee1bd118b2cf24de7037 (patch) | |
tree | a4fb07ec79b80b148d90497b803d4b9fe58e2b1f /package/block-mount | |
parent | 0521bd84db74cbbe5a9e2df111686069ca0276b2 (diff) |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/block-mount/Makefile b/package/block-mount/Makefile index a55ea0246..993a75216 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 |