1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-06-17 20:28:35 +02:00
parent f9296de108
commit 629bfce0c5

View file

@ -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