Commit ff870a18 authored by Eric Andersen's avatar Eric Andersen
Browse files

change things so menuconfig wont complain about circular deps

parent 12b74e53
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_MODULE_INIT_TOOLS
	bool "module-init-tools"
	default n
	depends on !BR2_PACKAGE_MODUTILS
	help
	  The module-init-tools package contains a set of programs for 
	  loading, inserting, and removing kernel modules for Linux 
+1 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_MODUTILS
	bool "modutils"
	default n
	depends on !BR2_PACKAGE_MODULE_INIT_TOOLS
	depends !BR2_PACKAGE_MODULE_INIT_TOOLS
	help
	  The modutils packages includes the kerneld program for automatic 
	  loading and unloading of modules, as well as other module