From 9ad4ff10d69cd0ace2c3e8430b09d28e2b2c39e7 Mon Sep 17 00:00:00 2001 From: cshore Date: Tue, 15 Mar 2011 01:37:41 +0000 Subject: [PATCH] [utils] 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. git-svn-id: svn://svn.openwrt.org/openwrt/packages@26169 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0