Config.in 556 B

123456789101112131415161718
  1. config BR2_PACKAGE_LIBUCI
  2. bool "libuci"
  3. depends on !BR2_STATIC_LIBS
  4. depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libubox -> json-c
  5. select BR2_PACKAGE_LIBUBOX
  6. help
  7. This library originates from the OpenWrt project to
  8. handle the configuration file infrastructure, but can
  9. also be used for the same purposes in projects other
  10. than OpenWrt.
  11. This package will also install CLI tool uci.
  12. https://openwrt.org/docs/techref/uci
  13. comment "libuci needs a toolchain w/ dynamic library"
  14. depends on BR2_STATIC_LIBS
  15. depends on BR2_TOOLCHAIN_HAS_SYNC_4