projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b038148
)
mwan3: add missing dependency
author
Florian Eckert
<fe@dev.tdt.de>
Wed, 11 Nov 2020 08:32:51 +0000
(09:32 +0100)
committer
Florian Eckert
<fe@dev.tdt.de>
Wed, 11 Nov 2020 08:40:01 +0000
(09:40 +0100)
Add missing rpcd dependency.
Fixes #13896
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/mwan3/Makefile
patch
|
blob
|
history
diff --git
a/net/mwan3/Makefile
b/net/mwan3/Makefile
index 88cbb07cda22a38402dada4784d32149320ee8fe..280cca471417aee7abddb850d8c2c6c232d1a9a5 100644
(file)
--- a/
net/mwan3/Makefile
+++ b/
net/mwan3/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=mwan3
PKG_VERSION:=2.8.14
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_MAINTAINER:=Florian Eckert <fe@dev.tdt.de>
PKG_LICENSE:=GPL-2.0
@@
-20,6
+20,7
@@
define Package/mwan3
CATEGORY:=Network
SUBMENU:=Routing and Redirection
DEPENDS:= \
+ +rpcd \
+ip \
+ipset \
+iptables \