mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 19:01:37 +00:00
mountd: allow build without USB_SUPPORT
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
cfd83555fc
commit
96daf6352f
@ -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:=+USB_SUPPORT:kmod-usb-storage +uci +kmod-fs-autofs4
|
||||
URL:=http://www.openwrt.org
|
||||
endef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user