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