mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
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"
|
source "package/bootutils/Config.in"
|
||||||
endif
|
endif
|
||||||
source "package/htop/Config.in"
|
source "package/htop/Config.in"
|
||||||
|
source "package/kmod/Config.in"
|
||||||
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
source "package/module-init-tools/Config.in"
|
source "package/module-init-tools/Config.in"
|
||||||
source "package/procps/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…
x
Reference in New Issue
Block a user