ARCHOS has been renamed to MODELNAME (as of r16149)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16417 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7b8bb47036
commit
0380bec8af
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ open(O, ">$output") || die "couldn't open $output for writing";
|
|||
|
||||
# Variables identifying the target, that should remain the same as long
|
||||
# as the hardware is unmodified
|
||||
printf O ("Target: %s\n", $ENV{'ARCHOS'});
|
||||
printf O ("Target: %s\n", $ENV{'MODELNAME'});
|
||||
printf O ("Target id: %d\n", $ENV{'TARGET_ID'});
|
||||
printf O ("Target define: %s\n", $ENV{'TARGET'});
|
||||
printf O ("Memory: %d\n", $ENV{'MEMORYSIZE'});
|
||||
|
|
Loading…
Reference in a new issue