aboutsummaryrefslogtreecommitdiff
path: root/utils/kmod/patches
Commit message (Collapse)AuthorAge
* kmod: update to 27Rosen Penev2020-09-03
| | | | | | | | Remove outdated patch. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kmod: fix pkgconfig fileNicolas Thill2015-03-09
The pkgconfig file is generated at make-time, leading to absolute /usr/include & /usr/lib search paths. The patch lets autoconf handle pkgconfig file subst, like other packages do. Signed-off-by: Nicolas Thill <nico@openwrt.org>