sysvinit: remove unneeded dependency on ncurses
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d3de556d28
commit
311e0a6fc4
@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_SYSVINIT
|
||||
bool "sysvinit"
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
/sbin/init - parent of all processes
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user