diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-17 07:48:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-17 07:48:39 +0100 |
commit | 250613678f377d2975158e8eed2a36facf3bdc1a (patch) | |
tree | 2d574070c0036dad850a267252b6db80339f7cae | |
parent | 138405a992801d72fd88c0529c87e68425ae7e23 (diff) |
do not enable by default, this was a mistake
-rw-r--r-- | package/simpleinit/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/simpleinit/Makefile b/package/simpleinit/Makefile index 75a520bd6..5d68ffce0 100644 --- a/package/simpleinit/Makefile +++ b/package/simpleinit/Makefile @@ -8,7 +8,6 @@ PKG_VERSION:= 1.0 PKG_RELEASE:= 1 PKG_DESCR:= very simple init PKG_SECTION:= base/apps -PKG_DFLT_SIMPLEINIT:= y if !ADK_TOOLCHAIN_ONLY NO_DISTFILES:= 1 |