As discussed, drop minit, which was not being supported in busybox.

People wishing to use minit can obtain it and obtain support from
http://www.fefe.de/minit/
This commit is contained in:
Eric Andersen
2004-05-26 10:28:32 +00:00
parent febd744d31
commit 0dfe4e9956
7 changed files with 0 additions and 1055 deletions

View File

@@ -26,9 +26,6 @@ INIT-y:=
INIT-$(CONFIG_HALT) += halt.o
INIT-$(CONFIG_INIT) += init.o
INIT-$(CONFIG_MESG) += mesg.o
INIT-$(CONFIG_MINIT) += minit.o
INIT-$(CONFIG_MSVC) += msvc.o
INIT-$(CONFIG_PIDFILEHACK) += pidfilehack.o
INIT-$(CONFIG_POWEROFF) += poweroff.o
INIT-$(CONFIG_REBOOT) += reboot.o