summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* netifd: Activate -Wextra compile warningsHauke Mehrtens2023-02-191-1/+5
* cmake: fix usage of implicit library and include pathsPetr Štetiar2022-02-201-2/+10
* device: add support for configuring bonding devicesFelix Fietkau2021-09-031-1/+1
* extdev: add support for external device handlersArne Kappen2021-03-311-1/+2
* build: find and use libnl header dirsYousong Zhou2020-10-221-2/+6
* CMakeList: Check that compiler supports -Wimplicit-fallthroughFlorian Fainelli2018-09-111-1/+11
* CMakeLists.txt: add -Wimplicit-fallthrough to the compiler flagsAlexander Couzens2018-07-111-1/+1
* build: disable unknown warning option error in clangFelix Fietkau2017-05-091-1/+1
* build: suppress format truncation warnings to avoid errors with gcc7Felix Fietkau2017-05-041-1/+1
* device: add veth supportMatthias Schiffer2017-02-111-1/+1
* remove obsolete /opt/local prefix on Mac OS XFelix Fietkau2016-12-241-5/+0
* netifd: fixes for json-c 0.12John Crispin2015-03-061-2/+1
* Add vlan 802.1q/802.1ad support as netifd devicesGioacchino Mazzurco2014-06-111-1/+1
* add initial support for handling wireless devices via scriptsFelix Fietkau2013-11-291-1/+1
* proto-shell: move script handler dump code to handler.cFelix Fietkau2013-10-221-1/+1
* device: add macvlan supportFelix Fietkau2013-10-031-1/+1
* 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 ve...Felix Fietkau2013-02-111-1/+2
* 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 si...Felix Fietkau2012-03-151-1/+1
* 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