diff options
author | Eric Luehrsen <ericluehrsen@hotmail.com> | 2016-12-03 21:16:04 -0500 |
---|---|---|
committer | Eric Luehrsen <ericluehrsen@hotmail.com> | 2016-12-04 13:58:13 -0500 |
commit | 3580eddcfa0718002a3dab535a34839dbffcb3a1 (patch) | |
tree | 6bf7718c1ec1cffea302302a7c201341b3334981 /applications/luci-app-unbound/Makefile | |
parent | 1fd43b4b65e120d84f2b35529aa0816b63779683 (diff) |
Unbound: Basic LuCI to go with recent Unbound UCI (Oct2016)
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
Diffstat (limited to 'applications/luci-app-unbound/Makefile')
-rw-r--r-- | applications/luci-app-unbound/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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 <luci@lists.subsignal.org> +# +# 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 |