sysvinit: remove unneeded dependency on ncurses
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 22 Aug 2010 06:38:36 +0000 (08:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Aug 2010 13:05:20 +0000 (15:05 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sysvinit/Config.in
package/sysvinit/sysvinit.mk

index 82826dc93eab98335d2df709c23d879a57fa034d..34ec391c5aa90d546a35d92b0fcc26aaafa02c08 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_SYSVINIT
        bool "sysvinit"
-       select BR2_PACKAGE_NCURSES
        help
          /sbin/init - parent of all processes
 
index 09aaf741f010b1c4c6017231114876e97a42c01a..ef7c7132140f705a38539d00edfa76029745bc5a 100644 (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)