Commit 5347910b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

kmod: only show tools option if BUSYBOX_SHOW_OTHERS



As pointed out by Arnout.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent f3354649
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ config BR2_PACKAGE_KMOD

config BR2_PACKAGE_KMOD_TOOLS
	bool "kmod utilities"
	depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
	help
	  Install kmod module utilities (depmod, insmod, lsmod,
	  modinfo, modprobe, rmmod).