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