New package: kmod

[Peter: needs host-pkg-config]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yegor Yefremov 2012-01-16 16:04:36 +01:00 committed by Peter Korsgaard
parent 9e42c6d04e
commit cb749b5126
3 changed files with 16 additions and 0 deletions

View File

@ -549,6 +549,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/bootutils/Config.in"
endif
source "package/htop/Config.in"
source "package/kmod/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/module-init-tools/Config.in"
source "package/procps/Config.in"

7
package/kmod/Config.in Normal file
View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_KMOD
bool "kmod"
help
handle kernel modules
http://git.profusion.mobi/cgit.cgi/kmod.git/

8
package/kmod/kmod.mk Normal file
View File

@ -0,0 +1,8 @@
KMOD_VERSION = 3
KMOD_SOURCE = kmod-$(KMOD_VERSION).tar.bz2
KMOD_SITE = http://git.profusion.mobi/cgit.cgi/kmod.git/snapshot
KMOD_INSTALL_STAGING =YES
KMOD_AUTORECONF = YES
KMOD_DEPENDENCIES = host-pkg-config
$(eval $(call AUTOTARGETS))