mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
This bump includes patches which add cmake4 compatibility. json-c is now a mandatory dependency due to upstream commit: https://git.openwrt.org/?p=project/libubox.git;a=commitdiff;h=b7acc8e6fd5e13611ad90a593e98f9589af4009a Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
config BR2_PACKAGE_UQMI
|
|
bool "uqmi"
|
|
depends on !BR2_STATIC_LIBS # libubox, libubox -> json-c
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
|
select BR2_PACKAGE_JSON_C
|
|
select BR2_PACKAGE_LIBUBOX
|
|
help
|
|
This command line tool originates from the OpenWrt project
|
|
to configure LTE modem in QMI mode for WAN connection.
|
|
|
|
https://git.openwrt.org/project/uqmi.git
|
|
|
|
comment "uqmi needs a toolchain w/ dynamic library"
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_STATIC_LIBS
|