Config.in 465 B

123456789101112131415
  1. config 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. https://github.com/troglobit/inadyn
  11. comment "inadyn needs a toolchain w/ dynamic library"
  12. depends on BR2_STATIC_LIBS
  13. depends on BR2_USE_MMU