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
This commit is contained in:
Jens Arnold 2011-10-03 20:36:46 +00:00
parent 6832175412
commit 81ff054d80

2
tools/configure vendored
View file

@ -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`