2023-03-06 14:29:08 +00:00
|
|
|
# Copyright 2018-2023 Dirk Brenken (dev@brenken.org)
|
2018-11-10 10:19:50 +00:00
|
|
|
# This is free software, licensed under the Apache License, Version 2.0
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for banIP
|
2023-03-06 14:29:08 +00:00
|
|
|
LUCI_DEPENDS:=+banip +luci-lib-jsonc
|
2018-11-10 10:19:50 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
2021-02-04 15:05:54 +00:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
|
2018-11-10 10:19:50 +00:00
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|