--- /dev/null
+drwxr-xr-x root/root bin/
+lrwxrwxrwx root/root bin/lsmod -> ../sbin/kmod
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/depmod.d/
+drwxr-xr-x root/root etc/modprobe.d/
+drwxr-xr-x root/root lib/
+lrwxrwxrwx root/root lib/libkmod.so.2 -> libkmod.so.2.2.0
+-rwxr-xr-x root/root lib/libkmod.so.2.2.0
+drwxr-xr-x root/root sbin/
+lrwxrwxrwx root/root sbin/depmod -> kmod
+lrwxrwxrwx root/root sbin/insmod -> kmod
+-rwxr-xr-x root/root sbin/kmod
+lrwxrwxrwx root/root sbin/lsmod -> kmod
+lrwxrwxrwx root/root sbin/modinfo -> kmod
+lrwxrwxrwx root/root sbin/modprobe -> kmod
+lrwxrwxrwx root/root sbin/rmmod -> kmod
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/libkmod.h
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libkmod.la
+lrwxrwxrwx root/root usr/lib/libkmod.so -> ../../lib/libkmod.so.2.2.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libkmod.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man5/
+-rw-r--r-- root/root usr/man/man5/depmod.d.5.gz
+-rw-r--r-- root/root usr/man/man5/modprobe.d.5.gz
+-rw-r--r-- root/root usr/man/man5/modules.dep.5.gz
+-rw-r--r-- root/root usr/man/man5/modules.dep.bin.5.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/depmod.8.gz
+-rw-r--r-- root/root usr/man/man8/insmod.8.gz
+-rw-r--r-- root/root usr/man/man8/lsmod.8.gz
+-rw-r--r-- root/root usr/man/man8/modinfo.8.gz
+-rw-r--r-- root/root usr/man/man8/modprobe.8.gz
+-rw-r--r-- root/root usr/man/man8/rmmod.8.gz
--- /dev/null
+e2a883c4df15a50f78a7a61d5b64089f kmod-10.tar.xz
--- /dev/null
+# Description: Kernel module utilities and library
+# URL: http://git.kernel.org/?p=utils/kernel/kmod/kmod.git
+# Maintainer: CRUX System Team, core-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+
+name=kmod
+version=10
+release=1
+source=(http://www.kernel.org/pub/linux/utils/kernel/$name/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ ./configure --build=$CHOST \
+ --host=$CTARGET \
+ --bindir=/sbin \
+ --sysconfdir=/etc \
+ --mandir=/usr/man \
+ --with-rootprefix= \
+ --with-rootlibdir=/lib
+
+ make
+ make DESTDIR=$PKG install
+
+ install -d $PKG/etc/{modprobe,depmod}.d
+ install -d $PKG/bin
+
+ ln -s kmod $PKG/sbin/modinfo
+ ln -s kmod $PKG/sbin/depmod
+ ln -s kmod $PKG/sbin/insmod
+ ln -s kmod $PKG/sbin/lsmod
+ ln -s kmod $PKG/sbin/rmmod
+ ln -s kmod $PKG/sbin/modprobe
+ ln -s ../sbin/kmod $PKG/bin/lsmod
+}
+++ /dev/null
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/depmod.d/
-drwxr-xr-x root/root etc/modprobe.d/
-drwxr-xr-x root/root sbin/
--rwxr-xr-x root/root sbin/depmod
--rwxr-xr-x root/root sbin/insmod
--rwxr-xr-x root/root sbin/insmod.static
--rwxr-xr-x root/root sbin/lsmod
--rwxr-xr-x root/root sbin/modinfo
--rwxr-xr-x root/root sbin/modprobe
--rwxr-xr-x root/root sbin/rmmod
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/depmod.conf.5.gz
--rw-r--r-- root/root usr/man/man5/modprobe.conf.5.gz
--rw-r--r-- root/root usr/man/man5/modprobe.d.5.gz
--rw-r--r-- root/root usr/man/man5/modules.dep.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/depmod.8.gz
--rw-r--r-- root/root usr/man/man8/insmod.8.gz
--rw-r--r-- root/root usr/man/man8/lsmod.8.gz
--rw-r--r-- root/root usr/man/man8/modinfo.8.gz
--rw-r--r-- root/root usr/man/man8/modprobe.8.gz
--rw-r--r-- root/root usr/man/man8/rmmod.8.gz
+++ /dev/null
-72a0ccf1ea3c7c233d16db6b2527dca9 modprobe.conf
-8b2257ce9abef74c4a44d825d23140f3 module-init-tools-3.12.tar.bz2
+++ /dev/null
-# Description: Kernel module utilities
-# URL: http://www.kernel.org/pub/linux/kernel/people/rusty/modules
-# Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on:
-
-name=module-init-tools
-version=3.12
-release=1
-source=(http://www.kernel.org/pub/linux/kernel/people/rusty/modules/$name-$version.tar.bz2 \
- modprobe.conf)
-
-build() {
- cd $name-$version
- touch *.5 *.8
- ./configure --build=$CHOST \
- --host=$CTARGET \
- --prefix=/usr \
- --bindir=/sbin \
- --sbindir=/sbin
-
- make
- make DESTDIR=$PKG mandir=/usr/man install
- install -d $PKG/etc/{modprobe.d,depmod.d}
-}
+++ /dev/null
-#
-# /etc/modprobe.conf: modprobe(8) configuration
-#
-
-# End of file