summaryrefslogtreecommitdiffstats
path: root/package/sysvinit/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* system: sysvinit needs MMUYann E. MORIN2016-08-141-0/+1
| | | | | | | | | | It uses spawn() and thus fork(), so it needs an MMU. Fixes a build issue reported on IRC for a cortex-m4 build: http://pastebin.com/dGCsy0sr Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: move busybox show others dependency to per-packageThomas Petazzoni2016-07-041-0/+1
| | | | | | | | | | | Having the BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependencies in package/Config.in is not very practical: it makes this file not very readable, and puts the dependency away from the package itself, which can sometimes be confusing. Therefore, this commit moves the dependency in each package Config.in file. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sysvinit: update website URLLuca Ceresoli2015-08-281-1/+1
| | | | | Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* sysvinit: depend on SysV selected as init system.eric.le.bihan.dev@free.fr2014-01-131-0/+1
| | | | | | | | | In order to prevent sysvinit and systemd to be selected at the same time, sysvinit can now only be selected if SysV is chosen as init system. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* sysvinit: remove unneeded dependency on ncursesThomas Petazzoni2010-08-241-1/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - add missing package-source targetsBernhard Reutner-Fischer2007-01-031-0/+1
| | | | - add missing dependencies to build prerequisites in the config system
* import sysvinit packageMike Frysinger2005-12-131-0/+7
OpenPOWER on IntegriCloud