diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-11 18:04:18 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-11 18:24:40 +0100 |
commit | 96daf6352f6e04bc22789466cb5409b93fbec191 (patch) | |
tree | d007d1736d5b9a469c874c3c6281350a98684e14 | |
parent | cfd83555fc4f0bab18a26f6812da18e64df46ff3 (diff) | |
download | upstream-96daf6352f6e04bc22789466cb5409b93fbec191.tar.gz upstream-96daf6352f6e04bc22789466cb5409b93fbec191.tar.bz2 upstream-96daf6352f6e04bc22789466cb5409b93fbec191.zip |
mountd: allow build without USB_SUPPORT
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r-- | package/system/mountd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/mountd/Makefile b/package/system/mountd/Makefile index 6922f2f5a0..28172b3d7b 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:=+USB_SUPPORT:kmod-usb-storage +uci +kmod-fs-autofs4 URL:=http://www.openwrt.org endef |