From 81ff054d804e7faa8ddb31227a857801116722ae Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 3 Oct 2011 20:36:46 +0000 Subject: Fix 'make reconf' for iriver H10 5/6GB. Model name contains an underscore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30702 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index c06611e105..3d1aad7667 100755 --- a/tools/configure +++ b/tools/configure @@ -3627,7 +3627,7 @@ if [ -n "$ARG_LCDWIDTH" ]; then fi # remove parts from the cmdline we're going to set unconditionally -cmdline=`echo $cmdline | sed -e s,--target=[a-zA-Z0-9]\*,,g \ +cmdline=`echo $cmdline | sed -e s,--target=[a-zA-Z_0-9]\*,,g \ -e s,--ram=[0-9]\*,,g \ -e s,--rbdir=[./a-zA-Z0-9]\*,,g \ -e s,--type=[a-zA-Z]\*,,g` -- cgit v1.2.3