mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Add nft not available on 5.4
This commit is contained in:
parent
f9296de108
commit
629bfce0c5
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ endef
|
|||
define Package/$(PKG_NAME)-nft
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+curl +dnsmasq-full +sqlite3-cli +firewall4
|
||||
DEPENDS:=+curl +dnsmasq-full +sqlite3-cli +firewall4 @!LINUX_5_4
|
||||
TITLE:=OMR-ByPass NFT
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue