]> pilppa.org Git - libplp.git/commit
initial config file support
authorMika Laitio <lamikr@pilppa.org>
Tue, 21 Dec 2010 22:18:50 +0000 (00:18 +0200)
committerMika Laitio <lamikr@pilppa.org>
Tue, 21 Dec 2010 22:18:50 +0000 (00:18 +0200)
commitc2adfd4e17d4fb0c1c16d3bcf96dbd6ccb798753
tree8eb7e178fbe5cc91cb96b77c653888f9a0887ed2
parent852e13397b9b1c154f5ad3978ed4374d71ce6ba1
initial config file support

supports for now only the setting of config values, read must still be
done directly by using libuci functions. Note config value setup
requires a special version of libuci which contains some modifications
for adding new sections.

Signed-off-by: Mika Laitio <lamikr@pilppa.org>
README
configure.ac
src/Makefile.am
src/config.c [new file with mode: 0644]
src/config.h [new file with mode: 0644]
src_test/Makefile.am
src_test/test_config.c [new file with mode: 0644]