Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename parameter config to section | 2016-04-07 | 1 | -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 functionality | 2016-04-06 | 1 | -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 module | 2016-04-05 | 1 | -0/+30 | |