65f6851cb2ea137fd1f9c87abe697822319d796d
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / inadyn / Config.in
1 config BR2_PACKAGE_INADYN
2         bool "inadyn"
3         depends on BR2_USE_MMU # Uses fork()
4         depends on !BR2_STATIC_LIBS # dlopen()
5         help
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.
9
10           https://github.com/troglobit/inadyn
11
12 comment "inadyn needs a toolchain w/ dynamic library"
13         depends on BR2_STATIC_LIBS
14         depends on BR2_USE_MMU