From 4c85b8562da5b3a10f7914f0228f3707ca9689b6 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sun, 20 Mar 2011 19:37:28 +0000 Subject: 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 --- package/block-mount/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/block-mount/Makefile') 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 -- cgit v1.2.3