Commit cb749b51 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

New package: kmod



[Peter: needs host-pkg-config]
Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 9e42c6d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"

package/kmod/Config.in

0 → 100644
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_KMOD
	bool "kmod"
	help
	  handle kernel modules

	  http://git.profusion.mobi/cgit.cgi/kmod.git/

package/kmod/kmod.mk

0 → 100644
+8 −0
Original line number Diff line number Diff line
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))