浏览代码

Config.in.legacy: fix legacy BR2_BINFMT_FLAT_SHARED

This legacy option was missing a select BR2_LEGACY.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 1 年之前
父节点
当前提交
e942b78ca1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Config.in.legacy

+ 1 - 0
Config.in.legacy

@@ -148,6 +148,7 @@ comment "Legacy options removed in 2024.05"
 
 
 config BR2_BINFMT_FLAT_SHARED
 config BR2_BINFMT_FLAT_SHARED
 	bool "FLAT shared binary format removed"
 	bool "FLAT shared binary format removed"
+	select BR2_LEGACY
 	help
 	help
 	  Support for the FLAT shared binary format has been removed:
 	  Support for the FLAT shared binary format has been removed:
 	  its support was removed from the Linux kernel, and also from
 	  its support was removed from the Linux kernel, and also from