aboutsummaryrefslogtreecommitdiff
path: root/utils/kmod/patches
Commit message (Collapse)AuthorAge
* 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>