Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libnet-1.2.x: fix musl compatiblity | Jo-Philipp Wich | 2015-06-17 |
| | | | | | | | | | | | The correct includes for musl are protected by an __GLIBC__ check in the upstream sources. Since musl does not provide own defines to identify itself, simply invert the condition to !__UCLIBC__ in order to fix the build on all libc flavors supported by OpenWrt. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> | ||
* | libnet: add license info | Marko Ratkaj | 2015-06-09 |
| | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr> | ||
* | libnet: add package | Mislav Novakovic | 2015-05-26 |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr> |