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