diff options
Diffstat (limited to 'applications/luci-app-banip/Makefile')
-rw-r--r-- | applications/luci-app-banip/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/applications/luci-app-banip/Makefile b/applications/luci-app-banip/Makefile index 39712708be..c3c7ebea48 100644 --- a/applications/luci-app-banip/Makefile +++ b/applications/luci-app-banip/Makefile @@ -1,11 +1,12 @@ -# Copyright 2018 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:=+luci-compat +banip +luci-lib-jsonc -LUCI_PKGARCH:=all +LUCI_DEPENDS:=+luci-base +banip + +PKG_LICENSE:=Apache-2.0 include ../../luci.mk |