Browse Source

system/Config.in: add missing MMU dependency for catatonit

BR2_INIT_CATATONIT config, introduced in Buildroot commit [1] selects
BR2_PACKAGE_CATATONIT but forgot to propagate the MMU dependency.

This commit fixes that.

Fixes:

    WARNING: unmet direct dependencies detected for BR2_PACKAGE_CATATONIT
      Depends on [n]: BR2_USE_MMU [=n]
      Selected by [y]:
      - BR2_INIT_CATATONIT [=y] && <choice>

[1] https://gitlab.com/buildroot.org/buildroot/-/commit/6dc177bee8b7fe1ae1607bd7c0819b0dc63397d7

Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Julien Olivain 1 month ago
parent
commit
733fe053e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      system/Config.in

+ 1 - 0
system/Config.in

@@ -151,6 +151,7 @@ comment "Special purpose (read help)"
 
 config BR2_INIT_CATATONIT
 	bool "catatonit"
+	depends on BR2_USE_MMU # catatonit
 	select BR2_PACKAGE_CATATONIT
 	select BR2_PACKAGE_SKELETON_INIT_NONE if BR2_ROOTFS_SKELETON_DEFAULT
 	help