X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1ecc7cfed4ef700df218fc03bb1eb2cc3168f377..5ac59f021c1a4ccd4d97fe2ce132c30c0e45d137:/package/updatedd/Config.in?ds=sidebyside

diff --git a/package/updatedd/Config.in b/package/updatedd/Config.in
index 086202189..77bda5e19 100644
--- a/package/updatedd/Config.in
+++ b/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