mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-06 21:25:03 -05:00
configure: Fix numeric entries for ihifi 770/770c
Regression from d65bfff876
Change-Id: I0cf3536968368e7a96ada40ebaf6c0c772e6880b
This commit is contained in:
parent
806b71b2ed
commit
d376e0afb7
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -4423,7 +4423,7 @@ fi
|
||||||
extradefines="$extradefines -DEROSQN_VER=4"
|
extradefines="$extradefines -DEROSQN_VER=4"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
250|ihifi770c)
|
232|ihifi770c)
|
||||||
target_id=107
|
target_id=107
|
||||||
modelname="ihifi770c"
|
modelname="ihifi770c"
|
||||||
target="IHIFI770C"
|
target="IHIFI770C"
|
||||||
|
|
@ -4445,7 +4445,7 @@ fi
|
||||||
t_model="ihifi2"
|
t_model="ihifi2"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
232|ihifi770)
|
231|ihifi770)
|
||||||
target_id=108
|
target_id=108
|
||||||
modelname="ihifi770"
|
modelname="ihifi770"
|
||||||
target="IHIFI770"
|
target="IHIFI770"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue