summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* netifd: fixes for json-c 0.12John Crispin2015-03-061-2/+1
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | At moment netifd supports just 802.1q vlan, you can configure them using a concise but "hacky" syntax using an interface config section, with this patch netifd acquire the capability of configuring 802.1ad and 802.1q vlan using config device sections, so you can define a vlan device plus interface with something like this: config device 'test' option type '8021ad' option name 'test' option ifname 'eth0' option vid '1000' config interface 'testif' option ifname 'test' option proto 'none' option auto '1' old syntax for 802.1q keeps working so no retrocompatibility problems, to keep retrocompatibility means also that user must not use name/ifname like eth0.2 for devices declared with the new style because this would trigger the "old style" when interface config section is parsed Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com>
* add initial support for handling wireless devices via scriptsFelix Fietkau2013-11-291-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* proto-shell: move script handler dump code to handler.cFelix Fietkau2013-10-221-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* device: add macvlan supportFelix Fietkau2013-10-031-1/+1
| | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* Add support for ip rulesJo-Philipp Wich2013-04-041-1/+1
|
* fix libnl detectionThomas Gstädtner2013-03-041-1/+2
|
* prefer to link against libjson-c over libjson (the new library name in git ↵Felix Fietkau2013-02-111-1/+2
| | | | | | versions of json-c) Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* add optional flag for disabling compiler optimization (debug only)Felix Fietkau2012-09-061-0/+3
|
* split alias support into a separate source file for better readabilityFelix Fietkau2012-07-051-1/+3
|
* parse tunnel devices from configFelix Fietkau2012-03-151-1/+1
|
* system-linux: add functions for adding/removing ip tunnels (currently only ↵Felix Fietkau2012-03-151-1/+1
| | | | sit supported)
* add -Wmissing-declarations to cflagsFelix Fietkau2011-10-191-1/+1
|
* move --std=gnu99 to the main cflagsFelix Fietkau2011-10-121-2/+2
|
* drop -O0 for debug buildsFelix Fietkau2011-10-091-1/+1
|
* add an install targetFelix Fietkau2011-10-091-0/+4
|
* add a variable for overriding the libnl linker commandFelix Fietkau2011-10-091-1/+5
|
* rename interface-hotplug.c to interface-event.cFelix Fietkau2011-10-091-1/+1
|
* add support for calls to a hotplug script on interface state changesFelix Fietkau2011-10-071-1/+2
|
* add a variable to allow forcing dummy mode on linux systemsFelix Fietkau2011-10-021-1/+1
|
* only override the uci conf dir in dummy modeFelix Fietkau2011-10-021-0/+1
|
* add OS switch to select system librarySteven Barth2011-09-221-6/+17
|
* only use -g3 with -DDEBUGFelix Fietkau2011-09-111-2/+2
|
* fix invoking shell protocol handler scriptsFelix Fietkau2011-09-101-1/+1
|
* add work in progress code for enumerating shell protocol handlersFelix Fietkau2011-09-091-2/+13
|
* move some code to utils.[ch]Felix Fietkau2011-09-071-1/+1
|
* move address handling to common codeFelix Fietkau2011-05-021-1/+1
|
* add a dummy protocol handler for "static"Felix Fietkau2011-04-131-1/+1
|
* add rudimentary protocol handlingFelix Fietkau2011-03-291-1/+1
|
* Initial importFelix Fietkau2011-03-271-0/+13