projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29097b9
)
mountd: drop USB related dependencies
author
Felix Fietkau
<nbd@nbd.name>
Fri, 13 Jan 2017 08:10:47 +0000
(09:10 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Fri, 13 Jan 2017 08:12:19 +0000
(09:12 +0100)
That way we can avoid making it nonshared
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..70275617fab321431a2d022a67ecd177923b7a6e 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:=
+uci
+kmod-fs-autofs4
URL:=http://www.openwrt.org
endef