diff options
author | Dirk Brenken <dev@brenken.org> | 2022-05-27 21:31:21 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2022-05-27 21:31:21 +0200 |
commit | 8837f7608adf770ff33249821d28da097324c54d (patch) | |
tree | 7ae1106c9cd999b6335452e2a2fe9b076f46f188 /applications/luci-app-banip | |
parent | 586978b3b8a28633a3123f72b086ebdea596284d (diff) |
luci-app-banip: mark as broken
banIP 0.7.x is not compatible with new nft firewall (default in master and 22.03).
Mark the package as BROKEN for now.
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-banip')
-rw-r--r-- | applications/luci-app-banip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-banip/Makefile b/applications/luci-app-banip/Makefile index 3664906743..6dbb88c042 100644 --- a/applications/luci-app-banip/Makefile +++ b/applications/luci-app-banip/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for banIP -LUCI_DEPENDS:=+banip +luci-lib-jsonc +LUCI_DEPENDS:=+banip +luci-lib-jsonc @BROKEN LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 |