aboutsummaryrefslogtreecommitdiff
path: root/net/fastd
Commit message (Collapse)AuthorAge
* fastd: update to v18Matthias Schiffer2016-03-29
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: fix musl compatibilityMatthias Schiffer2015-06-19
| | | | | | | | | Prefer linux/if_ether.h over netinet/if_ether.h if available since the musl libc if_ether.h header does not allow mixing with kernel headers, it will result in a struct ethhdr redefinition error. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update to v17Matthias Schiffer2015-01-29
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update configuration optionsMatthias Schiffer2015-01-08
| | | | | | | When updating fastd, some added and renamed CMake options had been forgotten, so it was impossible to disable some feature to reduce its size. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* misc: correct typo in Makefiles for PKG_LICENSE_FILESIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* fastd: update to v16Matthias Schiffer2014-11-15
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update to v15Matthias Schiffer2014-11-12
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: re-enable link-time optimizationMatthias Schiffer2014-10-21
| | | | | | The toolchain is fixed, so LTO can be enabled again. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: disable link-time optimization to fix build with current toolchainMatthias Schiffer2014-10-08
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* libuecc, fastd: add licensing informationMatthias Schiffer2014-08-09
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* fastd: update to v14Matthias Schiffer2014-06-30
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* Add fastd, a very small VPN daemonMatthias Schiffer2014-06-12