efivar: bump to version 30
[buildroot-gz.git] / package / inadyn / Config.in
blobd03db83e3a3d2e4ff5ca756ea276902c7bedd2a4
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         select BR2_PACKAGE_LIBITE
7         help
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