syslinux: install helper programs to the host
[buildroot-gz.git] / package / libuci / Config.in
blob761ae6e463c41dd12c3e98ba6ccc67b7850e20e8
1 config BR2_PACKAGE_LIBUCI
2         bool "libuci"
3         depends on !BR2_PREFER_STATIC_LIB
4         select BR2_PACKAGE_LIBUBOX
5         help
6           This library originates from the OpenWrt project to
7           handle the configuration file infrastructure, but can
8           also be used for the same purposes in projects other
9           than OpenWrt.
11           This package will also install CLI tool uci.
13           http://wiki.openwrt.org/doc/techref/uci
15 comment "libuci needs a toolchain w/ dynamic library"
16         depends on BR2_PREFER_STATIC_LIB