|
@@ -291,9 +291,13 @@ config BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_RAW
|
|
config BR2_PACKAGE_UTIL_LINUX_RAW
|
|
bool "raw"
|
|
bool "raw"
|
|
|
|
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
|
|
help
|
|
help
|
|
Build a linux raw character device
|
|
Build a linux raw character device
|
|
|
|
|
|
|
|
+comment "raw needs a toolchain w/ headers < 5.14"
|
|
|
|
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
|
|
|
|
+
|
|
config BR2_PACKAGE_UTIL_LINUX_RENAME
|
|
config BR2_PACKAGE_UTIL_LINUX_RENAME
|
|
bool "rename"
|
|
bool "rename"
|
|
help
|
|
help
|