OSDN Git Service

For the generic board, set /system/bin/sh to mksh to test the transition
authorThorsten Glaser <tg@mirbsd.org>
Thu, 3 Jun 2010 17:58:02 +0000 (19:58 +0200)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 3 Aug 2011 04:01:18 +0000 (12:01 +0800)
Change-Id: I778bae4060dd404e82fbf9dd5b8a2024c8268402

target/board/generic/BoardConfig.mk

index 9e52d25..26bf6ab 100644 (file)
@@ -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