From 2213aab8b9043d939752baa61910f970338a1e6b Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <tg@mirbsd.org> Date: Thu, 3 Jun 2010 19:57:02 +0200 Subject: Add new variable TARGET_SHELL := ash (default; or mksh) Besides that, add enough magic to build everything tagged as "shell_$(TARGET_SHELL)" and permit ash/mksh as not unusual Change-Id: I36c0590ba49f45251d24dc179cb27c8368c3662a --- core/config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/config.mk') diff --git a/core/config.mk b/core/config.mk index 337152c..0a306e1 100644 --- a/core/config.mk +++ b/core/config.mk @@ -105,6 +105,9 @@ TARGET_COMPRESS_MODULE_SYMBOLS := false # Default is to prelink modules. TARGET_PRELINK_MODULE := true +# Default shell is ash. Other possible value is mksh. +TARGET_SHELL := ash + # ############################################################### # Include sub-configuration files # ############################################################### -- cgit v1.1