projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfd8355
)
mountd: allow build without USB_SUPPORT
author
Felix Fietkau
<nbd@nbd.name>
Wed, 11 Jan 2017 17:04:18 +0000
(18:04 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 11 Jan 2017 17:24:40 +0000
(18:24 +0100)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/system/mountd/Makefile
patch
|
blob
|
history
diff --git
a/package/system/mountd/Makefile
b/package/system/mountd/Makefile
index 6922f2f5a07754a41a86eec2efabfa6232fcc9a9..28172b3d7b07347331850df5f05539abaeb24c9d 100644
(file)
--- 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