aboutsummaryrefslogtreecommitdiffstats
path: root/module-init-tools/module-init-tools_3.0-pre7.oe
blob: 80e5d9808f150970f30a53c77e59d1188b77bcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
DESCRIPTION = "This package contains a set of programs for loading, inserting, and \
removing kernel modules for Linux (versions 2.5.48 and above). It serves \
the same function that the modutils package serves for Linux 2.4."

SRC_URI = "ftp://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-${PV}.tar.bz2"
S = "${WORKDIR}/module-init-tools-${PV}"

bindir = "/bin"
sbindir = "/sbin"

inherit autotools