From 8ac6a2f94c35353f8fbf0906e232dc568bae3212 Mon Sep 17 00:00:00 2001 From: David Purdy Date: Tue, 19 Jun 2012 06:37:34 +0000 Subject: inadyn: add package for inadyn DDNS client-updater inadyn is a DynamicDNS client/updater which works with dyndns.com, noip.com and many other DDNS providers. It is minimal in footprint and requirements, supports IP caching, multiple providers, multiple domain names, and a variety of other situations. [Peter: fixup whitespace / trailing spaces] Signed-off-by: Dave Purdy Signed-off-by: Peter Korsgaard --- package/inadyn/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/inadyn/Config.in (limited to 'package/inadyn/Config.in') diff --git a/package/inadyn/Config.in b/package/inadyn/Config.in new file mode 100644 index 000000000..623da419d --- /dev/null +++ b/package/inadyn/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_INADYN + bool "inadyn" + help + INADYN is a free DynDNS client. It gives the possibility + to have your own fixed hostname registered on the internet, + although your IP might be changing. + + https://github.com/troglobit/inadyn -- cgit v1.2.3