summaryrefslogtreecommitdiffstats
path: root/package/libuci/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2014-03-20 23:17:11 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-03-23 22:33:09 +0100
commitd0a3fa2d0753507864cf8212ec6fa7045c1ccd3b (patch)
tree296a610bf1e670d370147d5f533169ec4b848feb /package/libuci/Config.in
parent6aee76bcad2022d7c9bd530bef9126ff57035d10 (diff)
downloadbuildroot-d0a3fa2d0753507864cf8212ec6fa7045c1ccd3b.tar.gz
buildroot-d0a3fa2d0753507864cf8212ec6fa7045c1ccd3b.zip
libuci: new package
[Peter: needs !static, use += for _CONF_OPT] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libuci/Config.in')
-rw-r--r--package/libuci/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libuci/Config.in b/package/libuci/Config.in
new file mode 100644
index 0000000000..761ae6e463
--- /dev/null
+++ b/package/libuci/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_LIBUCI
+ bool "libuci"
+ depends on !BR2_PREFER_STATIC_LIB
+ select BR2_PACKAGE_LIBUBOX
+ 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.
+
+ This package will also install CLI tool uci.
+
+ http://wiki.openwrt.org/doc/techref/uci
+
+comment "libuci needs a toolchain w/ dynamic library"
+ depends on BR2_PREFER_STATIC_LIB
OpenPOWER on IntegriCloud