Config.in 466 B

123456789101112131415
  1. config BR2_PACKAGE_UQMI
  2. bool "uqmi"
  3. depends on !BR2_STATIC_LIBS # libubox
  4. depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
  5. select BR2_PACKAGE_JSON_C
  6. select BR2_PACKAGE_LIBUBOX
  7. help
  8. This command line tool originates from the OpenWrt project
  9. to configure LTE modem in QMI mode for WAN connection.
  10. https://git.openwrt.org/project/uqmi.git
  11. comment "uqmi needs a toolchain w/ dynamic library"
  12. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  13. depends on BR2_STATIC_LIBS