summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-15 17:33:17 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-15 17:34:04 -0400
commit1a76bc403e647ac40f2218dd3808ce8b3f9a80d9 (patch)
tree60d6bdc35166788043360847bde369591e5d0a65
parentdf8b817c9694f82fbde81b546bd2516b1c44592d (diff)
downloadrockbox-1a76bc403e647ac40f2218dd3808ce8b3f9a80d9.tar.gz
rockbox-1a76bc403e647ac40f2218dd3808ce8b3f9a80d9.zip
erosq: Fix up builds.pm to match what we actually call the target
Change-Id: I2cedc68ca408a805815954a205ba43c3c9e970cb
-rw-r--r--tools/builds.pm2
-rwxr-xr-xtools/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index aec552e701..890c29522c 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -448,7 +448,7 @@ $releasenotes="/wiki/ReleaseNotes315";
448 name => 'FiiO M3K', 448 name => 'FiiO M3K',
449 status => 1, 449 status => 1,
450 }, 450 },
451 'erosq' => { 451 'aigoerosq' => {
452 name => 'AIGO EROS Q / K', 452 name => 'AIGO EROS Q / K',
453 status => 2, 453 status => 2,
454 }, 454 },
diff --git a/tools/configure b/tools/configure
index 11c8513c92..2b2a437e58 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4104,7 +4104,7 @@ fi
4104 sysfont="16-Terminus" 4104 sysfont="16-Terminus"
4105 ;; 4105 ;;
4106 4106
4107 245|erosq) 4107 245|aigoerosq|erosq)
4108 target_id=113 4108 target_id=113
4109 application=yes 4109 application=yes
4110 app_type="erosq" 4110 app_type="erosq"