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