2018-11-10 10:19:50 +00:00
|
|
|
# Copyright 2018 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
|
2019-11-03 16:49:58 +00:00
|
|
|
LUCI_DEPENDS:=+luci-compat +banip +luci-lib-jsonc
|
2018-11-10 10:19:50 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|