3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-21 22:09:23 +01:00

test-runner: enable scripts to be executed as init

This enables CONFIG_BINFMT_SCRIPT which allows the init process to
interpret #! and execute the script rather than requiring a binary
for init.
This commit is contained in:
James Prestwood 2022-04-05 11:30:10 -07:00 committed by Denis Kenzior
parent 5ef196f74d
commit 01efa0171d

View File

@ -51,3 +51,4 @@ scripts/config --enable CONFIG_SECURITYFS
scripts/config --enable CONFIG_BINFMT_ELF
scripts/config --enable CONFIG_HOSTFS
scripts/config --enable CONFIG_UML_TIME_TRAVEL_SUPPORT
scripts/config --enable CONFIG_BINFMT_SCRIPT