Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config: parse default mac address from board.json | Felix Fietkau | 2020-11-30 | 1 | -0/+52 |
| | | | | | | | | | | | | | Example: { "network-device": { "eth0": { "macaddr": "bc:a5:11:16:76:d7" } } } Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | add initial support for handling wireless devices via scripts | Felix Fietkau | 2013-11-29 | 1 | -0/+20 |
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||||
* | add a route6 example to the dummy network config | Felix Fietkau | 2012-06-18 | 1 | -0/+6 |
| | |||||
* | add interface alias support | Felix Fietkau | 2012-05-23 | 1 | -0/+7 |
| | |||||
* | move dns server/search list parsing to interface core to support peerdns=0 + ↵ | Felix Fietkau | 2012-05-19 | 1 | -0/+1 |
| | | | | static entries | ||||
* | implement a generic peerdns option to suppress proto handler dns entries | Felix Fietkau | 2012-05-19 | 1 | -0/+1 |
| | |||||
* | use the dummy pptp proto handler script for testing | Felix Fietkau | 2012-05-05 | 1 | -5/+4 |
| | |||||
* | add support for configuring static routes | Felix Fietkau | 2011-10-19 | 1 | -0/+6 |
| | |||||
* | rework and fix hotplug interface handling | Felix Fietkau | 2011-10-19 | 1 | -0/+5 |
| | |||||
* | apply device settings to simple devices with config specified from the ↵ | Felix Fietkau | 2011-10-19 | 1 | -5/+6 |
| | | | | interface section (legacy format compatibility), but only if no other config was provided | ||||
* | add support for alias devices, which are activated based on hotplug events ↵ | Felix Fietkau | 2011-10-18 | 1 | -0/+6 |
| | | | | containing the real device name | ||||
* | add functions for adding dns servers to the proto list, hook them up in ↵ | Felix Fietkau | 2011-10-13 | 1 | -0/+1 |
| | | | | proto-static.c | ||||
* | fix invoking shell protocol handler scripts | Felix Fietkau | 2011-09-10 | 1 | -0/+5 |
| | |||||
* | extend the ubus interface to allow adding/removing hotplug interfaces | Felix Fietkau | 2011-09-05 | 1 | -1/+2 |
| | |||||
* | add another ifname to the test config | Felix Fietkau | 2011-09-04 | 1 | -1/+1 |
| | |||||
* | add routes/gateway support | Felix Fietkau | 2011-05-03 | 1 | -0/+1 |
| | |||||
* | add some infrastructure code for proto handlers | Felix Fietkau | 2011-04-13 | 1 | -0/+3 |
| | |||||
* | add code for cleaning up unused devices mentioned in the config | Felix Fietkau | 2011-04-05 | 1 | -0/+3 |
| | |||||
* | add low level configuration for devices | Felix Fietkau | 2011-04-05 | 1 | -2/+16 |
| | |||||
* | Initial import | Felix Fietkau | 2011-03-27 | 1 | -0/+14 |