From: Travis Kemen Date: Mon, 4 Apr 2011 20:46:25 +0000 (+0000) Subject: account for more sdcc variants X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=6544b97c649465ccaba4e0852b8d72c796a0309a account for more sdcc variants SVN-Revision: 26475 --- diff --git a/utils/firmwarehotplug/Makefile b/utils/firmwarehotplug/Makefile index d30cc22414..103d79dc4a 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, \