mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Add ipset dependency to omr-bypass
This commit is contained in:
parent
513e71aee8
commit
b2f4ad38ee
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
define Package/$(PKG_NAME)
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+curl +dnsmasq-full +sqlite3-cli +iptables +iptables-mod-extra
|
||||
DEPENDS:=+curl +dnsmasq-full +sqlite3-cli +iptables +iptables-mod-extra +ipset
|
||||
TITLE:=OMR-ByPass
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue