mwan3: add missing dependency
Add missing rpcd dependency. Fixes #13896 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
b038148cc0
commit
68eb1943cc
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue