1config 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 11 https://git.openwrt.org/project/uqmi.git 12 13comment "uqmi needs a toolchain w/ dynamic library" 14 depends on BR2_TOOLCHAIN_HAS_SYNC_4 15 depends on BR2_STATIC_LIBS 16