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:
parent
9e42c6d04e
commit
cb749b5126
@ -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
7
package/kmod/Config.in
Normal 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
8
package/kmod/kmod.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user