summaryrefslogtreecommitdiffstats
path: root/package/updatedd/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-08 08:10:57 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-08 08:10:57 +0000
commit1ecc7cfed4ef700df218fc03bb1eb2cc3168f377 (patch)
tree61b60fa90a511e0e7fb5452e4ff3c19f5d11a10f /package/updatedd/Config.in
parentfd05f6ac7cd4c0304a973e54ce3e442ab5a48f12 (diff)
add package from tonym, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1879 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/updatedd/Config.in')
-rw-r--r--package/updatedd/Config.in45
1 files changed, 45 insertions, 0 deletions
diff --git a/package/updatedd/Config.in b/package/updatedd/Config.in
new file mode 100644
index 000000000..086202189
--- /dev/null
+++ b/package/updatedd/Config.in
@@ -0,0 +1,45 @@
+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.
+
+
+config BR2_PACKAGE_UPDATEDD_CHANGEIP
+ bool "changeip.com"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL
+config BR2_PACKAGE_UPDATEDD_DYNDNS
+ bool "dyndns.org"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL
+config BR2_PACKAGE_UPDATEDD_EURODYNDNS
+ bool "eurodyndns.org"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL
+config BR2_PACKAGE_UPDATEDD_HN
+ bool "hn.org"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL
+config BR2_PACKAGE_UPDATEDD_NOIP
+ bool "no-ip.com"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL
+config BR2_PACKAGE_UPDATEDD_ODS
+ bool "ods.org"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL
+config BR2_PACKAGE_UPDATEDD_OVH
+ bool "ovh.com"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL
+config BR2_PACKAGE_UPDATEDD_REGFISH
+ bool "regfish.com"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL
+config BR2_PACKAGE_UPDATEDD_TZO
+ bool "tzo.com"
+ depends on BR2_PACKAGE_UPDATEDD
+ default y if CONFIG_DEVEL