X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d186db1599f143f35eaf074d407e5d0808fcae43..9c827a68c1fb88ce9cf47fe9d944c788390b8e70:/openwrt/package/updatedd/Config.in diff --git a/openwrt/package/updatedd/Config.in b/openwrt/package/updatedd/Config.in index 086202189..77bda5e19 100644 --- a/openwrt/package/updatedd/Config.in +++ b/openwrt/package/updatedd/Config.in @@ -1,45 +1,73 @@ +menu "updatedd.......................... A tool to update dynamic dns services" + 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. + prompt "updatedd.......................... A tool to update dynamic DNS services" + tristate + 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. + + http://www.philipp-benner.de/updatedd/ +if BR2_PACKAGE_UPDATEDD +comment "Plugin Dynamic DNS service" +endif -config BR2_PACKAGE_UPDATEDD_CHANGEIP - bool "changeip.com" +config BR2_PACKAGE_UPDATEDD_MOD_CHANGEIP + prompt "updatedd-mod-changeip........... changeip.com" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL -config BR2_PACKAGE_UPDATEDD_DYNDNS - bool "dyndns.org" + default m if CONFIG_DEVEL + +config BR2_PACKAGE_UPDATEDD_MOD_DYNDNS + prompt "updatedd-mod-dyndns............. dyndns.org" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL -config BR2_PACKAGE_UPDATEDD_EURODYNDNS - bool "eurodyndns.org" + default m if CONFIG_DEVEL + +config BR2_PACKAGE_UPDATEDD_MOD_EURODYNDNS + prompt "updatedd-mod-eurodyndns......... eurodyndns.org" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL -config BR2_PACKAGE_UPDATEDD_HN - bool "hn.org" + default m if CONFIG_DEVEL + +config BR2_PACKAGE_UPDATEDD_MOD_HN + prompt "updatedd-mod-hn................. hn.org" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL -config BR2_PACKAGE_UPDATEDD_NOIP - bool "no-ip.com" + default m if CONFIG_DEVEL + +config BR2_PACKAGE_UPDATEDD_MOD_NOIP + prompt "updatedd-mod-noip............... no-ip.com" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL -config BR2_PACKAGE_UPDATEDD_ODS - bool "ods.org" + default m if CONFIG_DEVEL + +config BR2_PACKAGE_UPDATEDD_MOD_ODS + prompt "updatedd-mod-ods................ ods.org" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL -config BR2_PACKAGE_UPDATEDD_OVH - bool "ovh.com" + default m if CONFIG_DEVEL + +config BR2_PACKAGE_UPDATEDD_MOD_OVH + prompt "updatedd-mod-ovh................ ovh.com" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL -config BR2_PACKAGE_UPDATEDD_REGFISH - bool "regfish.com" + default m if CONFIG_DEVEL + +config BR2_PACKAGE_UPDATEDD_MOD_REGFISH + prompt "updatedd-mod-regfish............ regfish.com" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL -config BR2_PACKAGE_UPDATEDD_TZO - bool "tzo.com" + default m if CONFIG_DEVEL + +config BR2_PACKAGE_UPDATEDD_MOD_TZO + prompt "updatedd-mod-tzo................ tzo.com" + tristate depends on BR2_PACKAGE_UPDATEDD - default y if CONFIG_DEVEL + default m if CONFIG_DEVEL + +endmenu