From 05aeea1bafbddaff2459d663ac34dfa7c44a07ec Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Thu, 18 Mar 2021 15:44:55 +0100 Subject: [PATCH] Set a specific OMR version to package --- luci-app-firewall/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/luci-app-firewall/Makefile b/luci-app-firewall/Makefile index 9d308b0e1..372169986 100644 --- a/luci-app-firewall/Makefile +++ b/luci-app-firewall/Makefile @@ -10,6 +10,7 @@ LUCI_TITLE:=Firewall and Portforwarding application LUCI_DEPENDS:=+firewall PKG_LICENSE:=Apache-2.0 +PKG_VERSION:=omr-202103 include $(TOPDIR)/feeds/luci/luci.mk