diff options
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 |