| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
It will be used later for section management.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|