2017-08-16 19:49:20 +00:00
|
|
|
# Copyright 2017 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 DNSCrypt-Proxy
|
2018-04-18 13:49:26 +00:00
|
|
|
LUCI_DEPENDS:=+uclient-fetch +dnscrypt-proxy +luci-lib-httpprotoutils
|
2017-08-16 19:49:20 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|