7851f5a127
- change download url to https - update homepage url (the old one returns 404 - No projects found) - add hash file - delete 0001-blobmsg-fix-array-out-of-bounds-GCC-10-warning.patch (from upstream [1]) [1] https://git.openwrt.org/?p=project/libubox.git;a=commit;h=eb7eb6393d47a918c420f5b287946dbd6c0d5f57 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
392 B
Plaintext
14 lines
392 B
Plaintext
config BR2_PACKAGE_LIBUBOX
|
|
bool "libubox"
|
|
depends on !BR2_STATIC_LIBS
|
|
help
|
|
This library originates from the OpenWrt project to
|
|
handle the configuration file infrastructure, but can
|
|
also be used for the same purposes in projects other
|
|
than OpenWrt.
|
|
|
|
https://openwrt.org/docs/techref/libubox
|
|
|
|
comment "libubox needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|