77bda5e192d781d30fe5c7e5b68a46da9f9a94cb
[openwrt.git] / package / updatedd / Config.in
1 menu "updatedd.......................... A tool to update dynamic dns services"
2
3 config BR2_PACKAGE_UPDATEDD
4         prompt "updatedd.......................... A tool to update dynamic DNS services"
5         tristate
6         default m if CONFIG_DEVEL
7         help
8           Updatedd is a small tool that will update one of many dynamic
9           dns services on boot.
10           
11           Please look at the /etc/init.d/S50ddns script for more info.
12           
13           http://www.philipp-benner.de/updatedd/
14
15 if BR2_PACKAGE_UPDATEDD
16 comment          "Plugin                           Dynamic DNS service"
17 endif
18
19 config BR2_PACKAGE_UPDATEDD_MOD_CHANGEIP
20         prompt   "updatedd-mod-changeip........... changeip.com"
21         tristate
22         depends on BR2_PACKAGE_UPDATEDD
23         default m if CONFIG_DEVEL
24
25 config BR2_PACKAGE_UPDATEDD_MOD_DYNDNS
26         prompt   "updatedd-mod-dyndns............. dyndns.org"
27         tristate
28         depends on BR2_PACKAGE_UPDATEDD
29         default m if CONFIG_DEVEL
30
31 config BR2_PACKAGE_UPDATEDD_MOD_EURODYNDNS
32         prompt   "updatedd-mod-eurodyndns......... eurodyndns.org"
33         tristate
34         depends on BR2_PACKAGE_UPDATEDD
35         default m if CONFIG_DEVEL
36
37 config BR2_PACKAGE_UPDATEDD_MOD_HN
38         prompt   "updatedd-mod-hn................. hn.org"
39         tristate
40         depends on BR2_PACKAGE_UPDATEDD
41         default m if CONFIG_DEVEL
42
43 config BR2_PACKAGE_UPDATEDD_MOD_NOIP
44         prompt   "updatedd-mod-noip............... no-ip.com"
45         tristate
46         depends on BR2_PACKAGE_UPDATEDD
47         default m if CONFIG_DEVEL
48
49 config BR2_PACKAGE_UPDATEDD_MOD_ODS
50         prompt   "updatedd-mod-ods................ ods.org"
51         tristate
52         depends on BR2_PACKAGE_UPDATEDD
53         default m if CONFIG_DEVEL
54
55 config BR2_PACKAGE_UPDATEDD_MOD_OVH
56         prompt   "updatedd-mod-ovh................ ovh.com"
57         tristate
58         depends on BR2_PACKAGE_UPDATEDD
59         default m if CONFIG_DEVEL
60
61 config BR2_PACKAGE_UPDATEDD_MOD_REGFISH
62         prompt   "updatedd-mod-regfish............ regfish.com"
63         tristate
64         depends on BR2_PACKAGE_UPDATEDD
65         default m if CONFIG_DEVEL
66
67 config BR2_PACKAGE_UPDATEDD_MOD_TZO
68         prompt   "updatedd-mod-tzo................ tzo.com"
69         tristate
70         depends on BR2_PACKAGE_UPDATEDD
71         default m if CONFIG_DEVEL
72
73 endmenu