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:
parent
6832175412
commit
81ff054d80
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue