aboutsummaryrefslogtreecommitdiff
path: root/utils/kmod
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* kmod: update to 31Nick Hainke2023-10-10
| | | | | | | Release Notes: https://github.com/kmod-project/kmod/blob/aff617ea871d0568cc491bd116c0be1e857463bb/NEWS#L1 Signed-off-by: Nick Hainke <vincent@systemli.org>
* kmod: update to 30Nick Hainke2023-04-26
| | | | | | | | | Release Notes: - https://github.com/kmod-project/kmod/releases/tag/v28 - https://github.com/kmod-project/kmod/releases/tag/v29 - https://github.com/kmod-project/kmod/releases/tag/v30 Signed-off-by: Nick Hainke <vincent@systemli.org>
* kmod: fix wrong paths in pkgconfig filesRosen Penev2020-12-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kmod: update to 27Rosen Penev2020-09-03
| | | | | | | | Remove outdated patch. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* kmod: fix ALTERNATIVESKuan-Yi Li2020-06-18
| | | | | | | | ALTERNATIVES shall be defined in the package where /sbin/kmod resides -- otherwise kmod tools will break if we install only the library as these tools will be linked to a nonexistent executable. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* kmod: add ALTERNATIVESHuangbin Zhan2020-06-10
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* treewide: use mirror tag @KERNEL where applicableYousong Zhou2018-05-09
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* kmod: fixup automadnessSteven Barth2015-03-11
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* kmod: Update to kmod 20, enable parallel buildJeff Waugh2015-03-06
| | | | Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
* 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>
* kmod: Add kmod packageJeff Waugh2015-02-19
- libkmod for programmatic control of Linux modules - kmod for administrative control of Linux modules, symlinks for the familiar module-init-tools suite Signed-off-by: Jeff Waugh <jdub@bethesignal.org>