diff options
author | Dirk Brenken <dev@brenken.org> | 2023-03-06 15:29:08 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2023-03-07 06:36:42 +0100 |
commit | dcc94119ce43fd5c863570d960791de4098710f9 (patch) | |
tree | 883a523ccabe77e1879a839babf0273356d55dc5 /applications/luci-app-banip/Makefile | |
parent | 79f7120b9f10007c44ce698713a070938140044a (diff) |
luci-app-banip: re-launch the banIP LuCI frontend
* rewrite the LuCI frontend to support the latest banIP backend release in master (based on nft) - (backend >= 0.8.1-3 required)
* sync translations
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-banip/Makefile')
-rw-r--r-- | applications/luci-app-banip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-banip/Makefile b/applications/luci-app-banip/Makefile index 6dbb88c042..62ed0a8e58 100644 --- a/applications/luci-app-banip/Makefile +++ b/applications/luci-app-banip/Makefile @@ -1,10 +1,10 @@ -# Copyright 2018-2021 Dirk Brenken (dev@brenken.org) +# Copyright 2018-2023 Dirk Brenken (dev@brenken.org) # This is free software, licensed under the Apache License, Version 2.0 include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for banIP -LUCI_DEPENDS:=+banip +luci-lib-jsonc @BROKEN +LUCI_DEPENDS:=+banip +luci-lib-jsonc LUCI_PKGARCH:=all PKG_LICENSE:=Apache-2.0 |