mirror of
https://github.com/openwrt/luci.git
synced 2025-07-25 12:42:30 +00:00
See: https://github.com/openwrt/luci/issues/7310 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
18 lines
387 B
Makefile
18 lines
387 B
Makefile
#
|
|
# Copyright (C) 2008-2025
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Unbound Recursive DNS Resolver Configuration
|
|
LUCI_DEPENDS:=+luci-base +unbound-daemon
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|