2017-03-25 20:58:51 +00:00
|
|
|
# Copyright 2017 Dirk Brenken (dev@brenken.org)
|
|
|
|
# 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
|
2019-11-03 16:49:58 +00:00
|
|
|
LUCI_DEPENDS:=+luci-compat +adblock +luci-lib-jsonc
|
2016-02-16 20:28:46 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
include ../../luci.mk
|
2017-03-26 14:15:03 +00:00
|
|
|
|
2018-01-27 17:13:52 +00:00
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|