summaryrefslogtreecommitdiffstats
path: root/rules/libkmod.in
Commit message (Collapse)AuthorAgeFilesLines
* libkmod: fix dependency on BUSYBOX_MODPROBE_SMALLAlexander Aring2014-03-281-6/+6
| | | | | | | | | | | | | | | | | | | | | If BUSYBOX_MODPROBE_SMALL it will install modprobe, rmmod and insmod. The current libkmod doesn't check on this so I got a: * check_data_file_clashes: Package busybox wants to install file * .../build-target/image-root-tgz/sbin/modprobe But that file is already provided by package * libkmod * check_data_file_clashes: Package busybox wants to install file * .../build-target/image-root-tgz/sbin/insmod But that file is already provided by package * libkmod * check_data_file_clashes: Package busybox wants to install file * .../build-target/image-root-tgz/sbin/rmmod But that file is already provided by package * libkmod * opkg_install_cmd: Cannot install package busybox. This patch fix this issue. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libkmod: provide modprobe, etc. toolsMichael Olbrich2012-01-211-3/+62
| | | | | | | Also fix module-init-tools to avoid conflicts. kmod is the future, so it has priority over module-init-tools. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Add the 'kmod' tools and library.Juergen Beisert2012-01-041-0/+39
'kmod' is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases. It will become the replacement for the current existing kernel module handling commands. And future versions of 'udev' will use its library to speed up all the currenlty time consuming tasks at system start. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>