summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* examples: make dummy wireless vif names shorterFelix Fietkau2021-06-191-1/+4
| | | | | | avoids running into ifname size limits Signed-off-by: Felix Fietkau <nbd@nbd.name>
* wireless: add an example driver cleanup implementationFelix Fietkau2013-12-031-0/+3
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* add initial support for handling wireless devices via scriptsFelix Fietkau2013-11-291-0/+63
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* scripts: move some utility functions out of netifd-proto.sh into utils.shFelix Fietkau2013-10-192-3/+5
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* scripts: reorganize directory layoutFelix Fietkau2013-10-193-0/+114
move example scripts from dummy/ to examples/ keep scripts that can be used as-is in scripts/ Signed-off-by: Felix Fietkau <nbd@openwrt.org>