From 3580eddcfa0718002a3dab535a34839dbffcb3a1 Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Sat, 3 Dec 2016 21:16:04 -0500 Subject: Unbound: Basic LuCI to go with recent Unbound UCI (Oct2016) Signed-off-by: Eric Luehrsen --- applications/luci-app-unbound/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 applications/luci-app-unbound/Makefile (limited to 'applications/luci-app-unbound/Makefile') diff --git a/applications/luci-app-unbound/Makefile b/applications/luci-app-unbound/Makefile new file mode 100644 index 000000000..6d953e13b --- /dev/null +++ b/applications/luci-app-unbound/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team +# +# 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:=+unbound + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3