1 config BR2_PACKAGE_INADYN
3 depends on BR2_USE_MMU # Uses fork()
4 depends on !BR2_STATIC_LIBS # dlopen()
6 INADYN is a free DynDNS client. It gives the possibility
7 to have your own fixed hostname registered on the internet,
8 although your IP might be changing.
10 https://github.com/troglobit/inadyn
12 comment "inadyn needs a toolchain w/ dynamic library"
13 depends on BR2_STATIC_LIBS
14 depends on BR2_USE_MMU