source: freewrt/package/updatedd/Config.in@ 428f140

freewrt_1_0 freewrt_2_0
Last change on this file since 428f140 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.0 KB
Line 
1menu "updatedd.......................... A tool to update dynamic dns services"
2
3config 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
15if BR2_PACKAGE_UPDATEDD
16comment "Plugin Dynamic DNS service"
17endif
18
19config 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
25config 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
31config 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
37config 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
43config 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
49config 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
55config 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
61config 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
67config 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
73endmenu
Note: See TracBrowser for help on using the repository browser.