diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-08 08:10:57 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-08 08:10:57 +0000 |
| commit | 32ffd49fa1ebfffc8bd8e9219fd395dc2b65efd3 (patch) | |
| tree | b437234c49c12f4bf7fcd6d1048b22a86f3cdfe3 /openwrt/package/updatedd/Config.in | |
| parent | 2675c659cb538b38880e837ce183f4b7137d00a0 (diff) | |
| download | mtk-20170518-32ffd49fa1ebfffc8bd8e9219fd395dc2b65efd3.zip mtk-20170518-32ffd49fa1ebfffc8bd8e9219fd395dc2b65efd3.tar.gz mtk-20170518-32ffd49fa1ebfffc8bd8e9219fd395dc2b65efd3.tar.bz2 | |
add package from tonym, thx
SVN-Revision: 1879
Diffstat (limited to 'openwrt/package/updatedd/Config.in')
| -rw-r--r-- | openwrt/package/updatedd/Config.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/openwrt/package/updatedd/Config.in b/openwrt/package/updatedd/Config.in new file mode 100644 index 0000000..0862021 --- /dev/null +++ b/openwrt/package/updatedd/Config.in @@ -0,0 +1,45 @@ +config BR2_PACKAGE_UPDATEDD + tristate "updatedd - a tool to update dynamic dns services" + default m if CONFIG_DEVEL + help + Updatedd is a small tool that will update one of many dynamic + dns services on boot. Please look at the /etc/init.d/S50ddns + script for more info. + + +config BR2_PACKAGE_UPDATEDD_CHANGEIP + bool "changeip.com" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL +config BR2_PACKAGE_UPDATEDD_DYNDNS + bool "dyndns.org" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL +config BR2_PACKAGE_UPDATEDD_EURODYNDNS + bool "eurodyndns.org" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL +config BR2_PACKAGE_UPDATEDD_HN + bool "hn.org" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL +config BR2_PACKAGE_UPDATEDD_NOIP + bool "no-ip.com" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL +config BR2_PACKAGE_UPDATEDD_ODS + bool "ods.org" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL +config BR2_PACKAGE_UPDATEDD_OVH + bool "ovh.com" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL +config BR2_PACKAGE_UPDATEDD_REGFISH + bool "regfish.com" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL +config BR2_PACKAGE_UPDATEDD_TZO + bool "tzo.com" + depends on BR2_PACKAGE_UPDATEDD + default y if CONFIG_DEVEL |
