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
|
2017-04-16 06:24:03 +00:00
|
|
|
LUCI_DEPENDS:=+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
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|