From 75819558e5add181e1920e3c47b8040ed34eea1a Mon Sep 17 00:00:00 2001 From: tzafrir Date: Sun, 9 Mar 2008 18:18:10 +0000 Subject: Hush grep's output once again and allow building with firmware support. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3979 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b39e566..a8144bf 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ ifeq ($(BUILDVER),linux26) UDEVRULES=yes endif ifeq (yes,$(HAS_KSRC)) - HOTPLUG_FIRMWARE:=$(shell if grep '^CONFIG_FW_LOADER=[ym]' $(KCONFIG); then echo "no"; else echo "yes"; fi) + HOTPLUG_FIRMWARE:=$(shell if grep -q '^CONFIG_FW_LOADER=[ym]' $(KCONFIG); then echo "no"; else echo "yes"; fi) endif endif -- cgit v1.2.3