summaryrefslogtreecommitdiff
path: root/package/simpleinit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-16 22:20:58 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-16 22:20:58 +0100
commit138405a992801d72fd88c0529c87e68425ae7e23 (patch)
tree941dddcee36fff4e75ada5390a3985b118f3cfb6 /package/simpleinit
parent85b92eabae5fb1557a72ad6030565a4e04068fb0 (diff)
fix toolchain only building for sh2
Diffstat (limited to 'package/simpleinit')
-rw-r--r--package/simpleinit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/simpleinit/Makefile b/package/simpleinit/Makefile
index ab1d15928..75a520bd6 100644
--- a/package/simpleinit/Makefile
+++ b/package/simpleinit/Makefile
@@ -6,9 +6,9 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= simpleinit
PKG_VERSION:= 1.0
PKG_RELEASE:= 1
-PKG_DESCR:= simple init for systems without mmu
+PKG_DESCR:= very simple init
PKG_SECTION:= base/apps
-PKG_CFLINE_SIMPLEINIT:= select BUSYBOX_INIT n
+PKG_DFLT_SIMPLEINIT:= y if !ADK_TOOLCHAIN_ONLY
NO_DISTFILES:= 1