Browse Source

modules: Introduced EMBEDDED_INIT, which enables busybox's init when building embedded

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
7312c6863d
3 changed files with 22 additions and 0 deletions
  1. +4
    -0
      busybox/embedded-init.config
  2. +1
    -0
      pkg_conf/busybox.conf
  3. +17
    -0
      pkgsel.d/Base/EMBEDDED_INIT.ask

+ 4
- 0
busybox/embedded-init.config

@ -0,0 +1,4 @@
X CONFIG_INIT
X CONFIG_FEATURE_USE_INITTAB
X CONFIG_FEATURE_INIT_SCTTY
X CONFIG_FEATURE_INIT_SYSLOG

+ 1
- 0
pkg_conf/busybox.conf

@ -31,6 +31,7 @@ bb_mnemosyne_append mnemosyne
case "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" in case "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" in
embedded) bb_mnemosyne_append embedded embedded) bb_mnemosyne_append embedded
[ "$SDECFG_TRG_MNEMOSYNE_EMBEDDED_INIT" = 1 ] && bb_mnemosyne_append embedded-init
;; ;;
esac esac

+ 17
- 0
pkgsel.d/Base/EMBEDDED_INIT.ask

@ -0,0 +1,17 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel.d/Base/EMBEDDED_INIT.ask
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: Use BusyBox init instead of fully-custom
#Dependencies: FOOTPRINT=embedded
#Default: 1

Loading…
Cancel
Save