mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
mountd: drop USB related dependencies
That way we can avoid making it nonshared Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
29097b95ba
commit
627b0d3559
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user