add package from tonym, thx
[openwrt/svn-archive/archive.git] / openwrt / package / updatedd / Config.in
1 config BR2_PACKAGE_UPDATEDD
2 tristate "updatedd - a tool to update dynamic dns services"
3 default m if CONFIG_DEVEL
4 help
5 Updatedd is a small tool that will update one of many dynamic
6 dns services on boot. Please look at the /etc/init.d/S50ddns
7 script for more info.
8
9
10 config BR2_PACKAGE_UPDATEDD_CHANGEIP
11 bool "changeip.com"
12 depends on BR2_PACKAGE_UPDATEDD
13 default y if CONFIG_DEVEL
14 config BR2_PACKAGE_UPDATEDD_DYNDNS
15 bool "dyndns.org"
16 depends on BR2_PACKAGE_UPDATEDD
17 default y if CONFIG_DEVEL
18 config BR2_PACKAGE_UPDATEDD_EURODYNDNS
19 bool "eurodyndns.org"
20 depends on BR2_PACKAGE_UPDATEDD
21 default y if CONFIG_DEVEL
22 config BR2_PACKAGE_UPDATEDD_HN
23 bool "hn.org"
24 depends on BR2_PACKAGE_UPDATEDD
25 default y if CONFIG_DEVEL
26 config BR2_PACKAGE_UPDATEDD_NOIP
27 bool "no-ip.com"
28 depends on BR2_PACKAGE_UPDATEDD
29 default y if CONFIG_DEVEL
30 config BR2_PACKAGE_UPDATEDD_ODS
31 bool "ods.org"
32 depends on BR2_PACKAGE_UPDATEDD
33 default y if CONFIG_DEVEL
34 config BR2_PACKAGE_UPDATEDD_OVH
35 bool "ovh.com"
36 depends on BR2_PACKAGE_UPDATEDD
37 default y if CONFIG_DEVEL
38 config BR2_PACKAGE_UPDATEDD_REGFISH
39 bool "regfish.com"
40 depends on BR2_PACKAGE_UPDATEDD
41 default y if CONFIG_DEVEL
42 config BR2_PACKAGE_UPDATEDD_TZO
43 bool "tzo.com"
44 depends on BR2_PACKAGE_UPDATEDD
45 default y if CONFIG_DEVEL