diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk index 9e52d25c4d..26bf6ab129 100644 --- a/target/board/generic/BoardConfig.mk +++ b/target/board/generic/BoardConfig.mk @@ -12,3 +12,6 @@ BOARD_USES_GENERIC_AUDIO := true # no hardware camera USE_CAMERA_STUB := true + +# Set /system/bin/sh to mksh, not ash, to test the transition. +TARGET_SHELL := mksh