mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 12:16:35 +00:00
change things so menuconfig wont complain about circular deps
This commit is contained in:
parent
12b74e5324
commit
ff870a1827
@ -1,7 +1,6 @@
|
|||||||
config BR2_PACKAGE_MODULE_INIT_TOOLS
|
config BR2_PACKAGE_MODULE_INIT_TOOLS
|
||||||
bool "module-init-tools"
|
bool "module-init-tools"
|
||||||
default n
|
default n
|
||||||
depends on !BR2_PACKAGE_MODUTILS
|
|
||||||
help
|
help
|
||||||
The module-init-tools package contains a set of programs for
|
The module-init-tools package contains a set of programs for
|
||||||
loading, inserting, and removing kernel modules for Linux
|
loading, inserting, and removing kernel modules for Linux
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_MODUTILS
|
config BR2_PACKAGE_MODUTILS
|
||||||
bool "modutils"
|
bool "modutils"
|
||||||
default n
|
default n
|
||||||
depends on !BR2_PACKAGE_MODULE_INIT_TOOLS
|
depends !BR2_PACKAGE_MODULE_INIT_TOOLS
|
||||||
help
|
help
|
||||||
The modutils packages includes the kerneld program for automatic
|
The modutils packages includes the kerneld program for automatic
|
||||||
loading and unloading of modules, as well as other module
|
loading and unloading of modules, as well as other module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user