[Buildroot] [PATCH 2/2] New package: kmod

Peter Korsgaard jacmet at uclibc.org
Mon Jan 16 19:27:20 UTC 2012


>>>>> "Arnout" == Arnout Vandecappelle <arnout at mind.be> writes:

 Arnout> On Monday 16 January 2012 16:04:36 yegorslists at googlemail.com wrote:
 >> diff --git a/package/kmod/Config.in b/package/kmod/Config.in
 >> new file mode 100644
 >> index 0000000..f83237e
 >> --- /dev/null
 >> +++ b/package/kmod/Config.in
 >> @@ -0,0 +1,7 @@
 >> +config BR2_PACKAGE_KMOD
 >> +	bool "kmod"
 >> +	help
 >> +	  handle kernel modules
 >> +
 >> +	  http://git.profusion.mobi/cgit.cgi/kmod.git/

 Arnout>  It would be nice if there was a config option to disable installing
 Arnout> the tools, in case you want to use it as a library (which is probably
 Arnout> the primary intention).

True. /usr/bin/kmod is 88k, so not huge - But ok.

 Arnout>  That option should set
 Arnout> KMOD_INSTALL_STAGING = NO

Why would you not install into staging?

 Arnout> KMOD_CONF_OPT += --disable-tools

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list