The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libuci / Config.in
1 config BR2_PACKAGE_LIBUCI
2         bool "libuci"
3         depends on !BR2_STATIC_LIBS
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.
10
11           This package will also install CLI tool uci.
12
13           http://wiki.openwrt.org/doc/techref/uci
14
15 comment "libuci needs a toolchain w/ dynamic library"
16         depends on BR2_STATIC_LIBS