diff options
Diffstat (limited to 'package/openresolv/Config.in')
-rw-r--r-- | package/openresolv/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/openresolv/Config.in b/package/openresolv/Config.in new file mode 100644 index 0000000000..2a393c6bc4 --- /dev/null +++ b/package/openresolv/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_OPENRESOLV + bool "openresolv" + help + openresolv is a resolvconf implementation which + manages resolv.conf. This tool provides a dns management + framework to track currently available nameservers. + + https://github.com/rsmarples/openresolv |