aboutsummaryrefslogtreecommitdiff
path: root/net/ulogd/patches
Commit message (Collapse)AuthorAge
* ulogd: update to 2.0.5Nicolas Thill2015-08-04
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* ulogd: fix musl compatibilityJo-Philipp Wich2015-06-18
| | | | | | | - Avoid non-pointer use of `FILE` type since its just a forward declaration - Build with -D_GNU_SOURCE to expose required `struct tcphdr` members Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* ulogd: backport upstream fixesDaniel Golle2015-02-15
Fixes https://github.com/openwrt/packages/issues/908 Signed-off-by: Daniel Golle <daniel@makrotopia.org>