summaryrefslogtreecommitdiff
path: root/package/simpleinit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-27 14:59:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-27 14:59:56 +0200
commit008d0e157538e4a4c302dc79e6c28c9da615b527 (patch)
tree70e5750bd2452c5e4d4eec9fcb98e74a8dbd74d2 /package/simpleinit
parent6a029983a28c6150b33e2af53d5e0ea8e8f2dbad (diff)
fix gcc wrapper, spawn a shell after rc is finished
Diffstat (limited to 'package/simpleinit')
-rw-r--r--package/simpleinit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/simpleinit/Makefile b/package/simpleinit/Makefile
index 43ea68660..b06bd736a 100644
--- a/package/simpleinit/Makefile
+++ b/package/simpleinit/Makefile
@@ -19,6 +19,8 @@ CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual
+TARGET_CPPFLAGS+= -DCONFIG_USER_INIT_CONSOLE_SH
+
do-build:
PATH="${TOOLCHAIN_DIR}/usr/bin:$$PATH" \
${TARGET_CC} ${TARGET_CPPFLAGS} ${TARGET_CFLAGS} ${TARGET_LDFLAGS} \