sysvinit: remove unneeded dependency on ncurses

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2010-08-22 08:38:36 +02:00
parent d3de556d28
commit 311e0a6fc4
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
config BR2_PACKAGE_SYSVINIT
bool "sysvinit"
select BR2_PACKAGE_NCURSES
help
/sbin/init - parent of all processes

View file

@ -30,7 +30,7 @@ $(TARGET_DIR)/$(SYSVINIT_TARGET_BINARY): $(SYSVINIT_DIR)/$(SYSVINIT_BINARY)
install -D $(SYSVINIT_DIR)/src/$$x $(TARGET_DIR)/sbin/$$x || exit 1; \
done
sysvinit: ncurses $(TARGET_DIR)/$(SYSVINIT_TARGET_BINARY)
sysvinit: $(TARGET_DIR)/$(SYSVINIT_TARGET_BINARY)
sysvinit-source: $(DL_DIR)/$(SYSVINIT_SOURCE)