[source] mountd: drop USB related dependencies

LEDE Commits lede-commits at lists.infradead.org
Fri Jan 13 00:15:35 PST 2017


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/627b0d35596107fa95c40ab958180409efb781e2

commit 627b0d35596107fa95c40ab958180409efb781e2
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 13 09:10:47 2017 +0100

    mountd: drop USB related dependencies
    
    That way we can avoid making it nonshared
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/system/mountd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/system/mountd/Makefile b/package/system/mountd/Makefile
index 6922f2f..7027561 100644
--- a/package/system/mountd/Makefile
+++ b/package/system/mountd/Makefile
@@ -23,7 +23,7 @@ define Package/mountd
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=OpenWrt automount daemon
-  DEPENDS:=@USB_SUPPORT +uci +kmod-usb-storage +kmod-fs-autofs4
+  DEPENDS:=+uci +kmod-fs-autofs4
   URL:=http://www.openwrt.org
 endef
 



More information about the lede-commits mailing list