瀏覽代碼

change things so menuconfig wont complain about circular deps

Eric Andersen 19 年之前
父節點
當前提交
ff870a1827
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      package/module-init-tools/Config.in
  2. 1 1
      package/modutils/Config.in

+ 0 - 1
package/module-init-tools/Config.in

@@ -1,7 +1,6 @@
 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
package/modutils/Config.in

@@ -1,7 +1,7 @@
 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