From: thepeople Date: Mon, 4 Apr 2011 20:46:25 +0000 (+0000) Subject: account for more sdcc variants X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1d36d4415000f58f974944039045329d081ce6ef;p=packages.git account for more sdcc variants git-svn-id: svn://svn.openwrt.org/openwrt/packages@26475 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/firmwarehotplug/Makefile b/utils/firmwarehotplug/Makefile index d30cc2241..103d79dc4 100644 --- a/utils/firmwarehotplug/Makefile +++ b/utils/firmwarehotplug/Makefile @@ -48,7 +48,7 @@ define Package/firmwarehotplug/install endef define Require/working-sdcc - sdcc -v 2>&1 | awk '($$$$1 == "SDCC") && ($$$$3 ~ "mcs51/gbz80/z80/ds390/pic16/pic14/TININative/") { print "ok" }' | grep ok > /dev/null + sdcc -v 2>&1 | awk '($$$$1 == "SDCC") && ($$$$3 ~ "mcs51/gbz80/z80" && $$$$3 ~ "/ds390/pic16/pic14/TININative") { print "ok" }' | grep ok > /dev/null endef $(eval $(call RequireCommand,sdcc, \