From c591a23d2f1d052d6775836692faac4f8123a859 Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Sun, 25 Sep 2016 11:34:22 +0200 Subject: [PATCH] questd: do not install uscriptd --- questd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/questd/Makefile b/questd/Makefile index d380223e5..3fcf8b81e 100644 --- a/questd/Makefile +++ b/questd/Makefile @@ -49,7 +49,6 @@ define Package/questd/install $(CP) ./files/* $(1)/ $(INSTALL_DIR) $(1)/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/questd $(1)/sbin/ - $(INSTALL_BIN) $(PKG_BUILD_DIR)/uscriptd $(1)/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/wificontrol $(1)/sbin/ endef