2012-06-19 08:37:34 +02:00
|
|
|
config BR2_PACKAGE_INADYN
|
|
|
|
bool "inadyn"
|
2012-12-17 04:12:01 +01:00
|
|
|
depends on BR2_USE_MMU # Uses fork()
|
2014-07-10 14:40:37 +02:00
|
|
|
depends on !BR2_PREFER_STATIC_LIB # dlopen()
|
2012-06-19 08:37:34 +02:00
|
|
|
help
|
|
|
|
INADYN is a free DynDNS client. It gives the possibility
|
|
|
|
to have your own fixed hostname registered on the internet,
|
|
|
|
although your IP might be changing.
|
|
|
|
|
|
|
|
https://github.com/troglobit/inadyn
|
2014-07-10 14:40:37 +02:00
|
|
|
|
|
|
|
comment "inadyn needs a toolchain w/ dynamic library"
|
2014-10-02 22:04:51 +02:00
|
|
|
depends on BR2_PREFER_STATIC_LIB
|
2014-08-04 15:20:28 +02:00
|
|
|
depends on BR2_USE_MMU
|