index
:
rtl819xx
master
mini3g
realtek
realtek-unstable
toolchain-unstable
Realtek rtl819xx port to OpenWrt
Roman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
package
/
uci
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a typo in apply_config -t
nbd
2009-08-04
1
-1
/
+1
*
ucitrigger depends on lua
nbd
2009-07-11
1
-1
/
+1
*
ucitrigger: add options to force enable/disable specific triggers
nbd
2009-07-06
2
-4
/
+62
*
add ucitrigger: a uci plugin, command line tool and lua interface for automat...
nbd
2009-06-08
6
-1
/
+1102
*
uci: increase argv size in batch mode to silence a false gcc 4.4 compiler war...
nbd
2009-04-30
1
-0
/
+11
*
uci: upgrade to 0.7.5 - fixes a runtime error with 2.6.29 if flock() does not...
nbd
2009-04-23
1
-2
/
+2
*
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
nbd
2009-04-17
1
-1
/
+0
*
upgrade to uci 0.7.4 - fixes a file locking bug, thx Cyrus
nbd
2009-03-24
1
-2
/
+2
*
[package] replace some -I & -L flags with $(TARGET_CPPFLAGS) & $(TARGET_LDFLA...
nico
2009-02-24
1
-1
/
+1
*
upgrade to uci 0.7.3 - fixes a small input validation bug
nbd
2009-01-20
1
-2
/
+2
*
bump uci to 0.7.2 - adds uci.rename() and fixes uci.set() with a list argument
nbd
2009-01-20
1
-2
/
+2
*
uci: upgrade to 0.7.1, fixes uci rename for unnamed sections
nbd
2008-12-27
1
-2
/
+2
*
uci: work around a gcc bug which causes a bogus compiler warning
nbd
2008-12-24
1
-0
/
+5
*
upgrade uci to 0.7.0 - adds ucimap and fixes #4236
nbd
2008-12-23
1
-3
/
+5
*
uci: upgrade to 0.6.4 - adds extended syntax to the cli and fixes a lua bindi...
nbd
2008-11-14
1
-2
/
+2
*
upgrade to uci 0.6.2 (bugfixes)
nbd
2008-09-04
1
-2
/
+2
*
upgrade to uci 0.6.1 - lots of cli and lua binding fixes
nbd
2008-08-27
1
-2
/
+2
*
upgrade uci to 0.6.0 - many bugfixes and an API cleanup
nbd
2008-08-23
1
-2
/
+2
*
upgrade to uci 0.5.0, adds list handling support
nbd
2008-08-20
1
-3
/
+3
*
fix uci_set_state for empty values
nbd
2008-08-20
1
-1
/
+1
*
use $(FPIC) in a few places where it matters
nbd
2008-08-06
1
-0
/
+1
*
initialize the CONFIG_APPEND variable
nbd
2008-07-31
1
-0
/
+1
*
another one ...
nbd
2008-07-31
1
-2
/
+2
*
upgrade to uci 0.4.7 - fixes a stupid regression introduced in 0.4.5
nbd
2008-07-31
1
-2
/
+2
*
upgrade to uci 0.4.6 - fixes a parser glitch
nbd
2008-07-31
1
-2
/
+2
*
upgrade to uci 0.4.5 - adds extra input validation
nbd
2008-07-30
1
-2
/
+2
*
clean up the directory layout of the uci shell api
nbd
2008-07-30
2
-1
/
+1
*
nuke uci-sh, it is obsolete and no longer works
nbd
2008-07-30
4
-603
/
+0
*
allow packages to optionally append config file contents in the environment b...
nbd
2008-07-30
1
-3
/
+5
*
upgrade to uci 0.4.4 (fixes a stupid bug, thx Frédéric Moulins)
nbd
2008-06-20
1
-2
/
+2
*
[uci] Create $(1)/etc/uci-defaults directory during installation. Thanks Yuji...
agb
2008-06-17
1
-0
/
+1
*
upgrade uci to 0.4.2 - fixes some escaping and library issues
nbd
2008-06-04
1
-2
/
+2
*
upgrade uci to 0.4.1
nbd
2008-06-04
1
-2
/
+2
*
move the uci lua plugin to /usr/lib/lua instead of /usr/lib/lua/5.1
nbd
2008-06-04
1
-2
/
+2
*
update uci to v0.4.0 - improves lua binding
nbd
2008-06-03
1
-3
/
+3
*
upgrade to uci 0.3.4 - extends lua bindings and fixes a bug that rejected "-"...
nbd
2008-05-03
1
-2
/
+2
*
upgrade uci to 0.3.3, build lua plugin
nbd
2008-04-13
1
-5
/
+21
*
upgrade uci to 0.3.1 - fixes a parser problem
nbd
2008-04-08
1
-2
/
+2
*
Install libuci and headers in staging_dir
agb
2008-04-04
1
-1
/
+8
*
upgrade uci to 0.3.0
nbd
2008-02-12
1
-3
/
+3
*
commit after running uci_set_default
nbd
2008-02-09
1
-0
/
+1
*
don't fail on uci_load() with nonexisting config files, but return the right ...
nbd
2008-02-09
1
-1
/
+7
*
make uci_add() create anonymous sections if requested and store the new secti...
nbd
2008-02-09
1
-1
/
+6
*
bump uci to 0.2.5 - adds support for adding unnamed sections
nbd
2008-02-09
1
-2
/
+2
*
update uci - fixes a bug in parse_uci_tuple
nbd
2008-02-05
1
-2
/
+2
*
fix a stupid copy&paste mistake
nbd
2008-02-05
1
-1
/
+1
*
fix another crash
nbd
2008-02-05
1
-2
/
+2
*
upgrade to uci 0.2.2 - fixes uci invocations from hotplug
nbd
2008-02-05
1
-2
/
+2
*
import uci v0.2.1 - fixes a merge-import bug
nbd
2008-02-05
1
-3
/
+3
*
fix wrong path to uci (thx, phr3ak)
nbd
2008-02-05
1
-1
/
+1
[next]