xref: /OK3568_Linux_fs/buildroot/package/libubox/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBUBOX
2	bool "libubox"
3	depends on !BR2_STATIC_LIBS
4	help
5	  This library originates from the OpenWrt project to
6	  handle the configuration file infrastructure, but can
7	  also be used for the same purposes in projects other
8	  than OpenWrt.
9
10	  https://openwrt.org/docs/techref/libubox
11
12comment "libubox needs a toolchain w/ dynamic library"
13	depends on BR2_STATIC_LIBS
14