2020-04-07 20:37:51 +00:00
|
|
|
# Copyright 2017-2020 Dirk Brenken (dev@brenken.org)
|
2017-03-25 20:58:51 +00:00
|
|
|
# This is free software, licensed under the Apache License, Version 2.0
|
2016-02-16 20:28:46 +00:00
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for Adblock
|
2020-04-07 20:37:51 +00:00
|
|
|
LUCI_DEPENDS:=+adblock +luci-lib-jsonc
|
2016-02-16 20:28:46 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
2020-04-07 20:37:51 +00:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
|
2016-02-16 20:28:46 +00:00
|
|
|
include ../../luci.mk
|
2017-03-26 14:15:03 +00:00
|
|
|
|
2018-01-27 17:13:52 +00:00
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|