summaryrefslogtreecommitdiffstats
path: root/package/uci
Commit message (Collapse)AuthorAgeFilesLines
...
* use $(FPIC) in a few places where it mattersnbd2008-08-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
* initialize the CONFIG_APPEND variablenbd2008-07-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12050 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another one ...nbd2008-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12045 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5nbd2008-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.4.6 - fixes a parser glitchnbd2008-07-311-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12028 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.4.5 - adds extra input validationnbd2008-07-301-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up the directory layout of the uci shell apinbd2008-07-302-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke uci-sh, it is obsolete and no longer worksnbd2008-07-304-603/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow packages to optionally append config file contents in the environment ↵nbd2008-07-301-3/+5
| | | | | | by setting a flag and calling config_load multiple times git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12020 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins)nbd2008-06-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uci] Create $(1)/etc/uci-defaults directory during installation. Thanks ↵agb2008-06-171-0/+1
| | | | | | | | | | Yuji Mano. - Fixes the use of CONFIG_UCI_PRECONFIG under git; git does not track empty directories. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11517 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci to 0.4.2 - fixes some escaping and library issuesnbd2008-06-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci to 0.4.1nbd2008-06-041-2/+2
| | | | | | | | improves uci.foreach and uci.get_all in the lua binding no longer records changes for uci set with oldval == newval git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1nbd2008-06-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update uci to v0.4.0 - improves lua bindingnbd2008-06-031-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.3.4 - extends lua bindings and fixes a bug that rejected ↵nbd2008-05-031-2/+2
| | | | | | "-" in uci package names git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11030 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci to 0.3.3, build lua pluginnbd2008-04-131-5/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10818 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci to 0.3.1 - fixes a parser problemnbd2008-04-081-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Install libuci and headers in staging_diragb2008-04-041-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci to 0.3.0nbd2008-02-121-3/+3
| | | | | | | | | - fix for adding changes to empty config files - better error handling for invalid config pointers - create /tmp/.uci if it does not exist git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* commit after running uci_set_defaultnbd2008-02-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10434 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't fail on uci_load() with nonexisting config files, but return the right ↵nbd2008-02-091-1/+7
| | | | | | return code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make uci_add() create anonymous sections if requested and store the new ↵nbd2008-02-091-1/+6
| | | | | | section name in a variable git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bump uci to 0.2.5 - adds support for adding unnamed sectionsnbd2008-02-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update uci - fixes a bug in parse_uci_tuplenbd2008-02-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a stupid copy&paste mistakenbd2008-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix another crashnbd2008-02-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10391 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to uci 0.2.2 - fixes uci invocations from hotplugnbd2008-02-051-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* import uci v0.2.1 - fixes a merge-import bugnbd2008-02-051-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wrong path to uci (thx, phr3ak)nbd2008-02-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uci v0.2 - implements batch mode and a command for listing changes to a ↵nbd2008-02-051-4/+6
| | | | | | package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade uci 0.1.2, which accepts more characters in the section type validationnbd2008-02-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update uci to 0.1.1 - accepts options without value or with an empty value ↵nbd2008-02-041-3/+5
| | | | | | as valid git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix copy&paste bugnbd2008-02-031-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Here comes the new UCI. Enjoy :)nbd2008-02-035-0/+758
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10367 3c298f89-4303-0410-b956-a3cf2f4a3e73