summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2011-10-03 20:36:46 +0000
committerJens Arnold <amiconn@rockbox.org>2011-10-03 20:36:46 +0000
commit81ff054d804e7faa8ddb31227a857801116722ae (patch)
tree4da5a1894d7fc8be953654f208af1cd7132c57a9 /tools
parent6832175412e096a6ce43ea1048cbdb7e51159886 (diff)
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
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`