reorganize/rationalize/format package menuconfig,
[openwrt.git] / package / updatedd / Config.in
index 0862021..77bda5e 100644 (file)
@@ -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
This page took 0.028047 seconds and 4 git commands to generate.