From: Felix Fietkau Date: Fri, 13 Jan 2017 08:10:47 +0000 (+0100) Subject: mountd: drop USB related dependencies X-Git-Tag: v17.01.0-rc1~119 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=627b0d35596107fa95c40ab958180409efb781e2 mountd: drop USB related dependencies That way we can avoid making it nonshared Signed-off-by: Felix Fietkau --- diff --git a/package/system/mountd/Makefile b/package/system/mountd/Makefile index 6922f2f5a0..70275617fa 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