change things so menuconfig wont complain about circular deps
authorEric Andersen <andersen@codepoet.org>
Mon, 10 Jul 2006 22:18:35 +0000 (22:18 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 10 Jul 2006 22:18:35 +0000 (22:18 -0000)
package/module-init-tools/Config.in
package/modutils/Config.in

index 6773d0690dddc87b7c50b9b7fa441dbc1bef072a..7631b783da8f602dbdcde1e701ac765181461807 100644 (file)
@@ -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 
index 7e9bdf814aedde74eadcb1b013fe7fc39769108f..da445d4b98051e560f1d1d0b45772b4b8d21a717 100644 (file)
@@ -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