From 19dfae3576d2ff59458c0b595002f691a4243166 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Tue, 15 Mar 2011 01:37:41 +0000 Subject: [PATCH] coreutils: Stopped coreutils from building as long as no plugin is selected. with commit 26026 (https://dev.openwrt.org/changeset/26026) I see the coreutils package downloaded and build in my defconfig. With the following patch, this default selection really does no build, as long as no plugin is selected. Thanks to Thomas Langer for this patch. SVN-Revision: 26169 --- utils/coreutils/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/coreutils/Makefile b/utils/coreutils/Makefile index f311093b1..59b779e28 100644 --- a/utils/coreutils/Makefile +++ b/utils/coreutils/Makefile @@ -84,10 +84,6 @@ define Build/Compile all install install-root endef -define Package/coreutils/install - true -endef - define BuildPlugin define Package/$(1)/install $(INSTALL_DIR) $$(1)/usr/bin -- 2.30.2