aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Parameter name is not requiredGravatar Robin Obůrka 2016-04-071-1/+1
| | | | It is useful for section management.
* Add switch noreturn to uci_set()Gravatar Robin Obůrka 2016-04-071-3/+4
|
* Let get_uci_key() build section key tooGravatar Robin Obůrka 2016-04-071-3/+7
| | | | It will be used later for section management.
* Rename parameter config to sectionGravatar Robin Obůrka 2016-04-071-6/+6
| | | | | | The official structure is package.config.option but uci tool has structure config.section.option. I don't want to confuse people. So I defined structure package.section.option.
* Provide some basic functionalityGravatar Robin Obůrka 2016-04-061-1/+123
| | | | | | | | | | | | This code is able to: - Delete option - Set existing option - Detect changed/unchanged state in previously mentioned points ... and not able to: - Handle lists - Create config if it doesn't exist - Mark unique anonymous config section by some user friendly way
* Initial commit - add skeleton of moduleGravatar Robin Obůrka 2016-04-052-0/+32