diff options
Diffstat (limited to 'applications/luci-app-banip/Makefile')
-rw-r--r-- | applications/luci-app-banip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/luci-app-banip/Makefile b/applications/luci-app-banip/Makefile index 3664906743..c3c7ebea48 100644 --- a/applications/luci-app-banip/Makefile +++ b/applications/luci-app-banip/Makefile @@ -1,11 +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 -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +banip PKG_LICENSE:=Apache-2.0 |