summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2014-02-05 19:50:47 +0100
committerFrank Gevaerts <frank@gevaerts.be>2014-02-05 19:50:47 +0100
commite32ace831af98fd50bf0c08999802ce0f6a51bc8 (patch)
treed5bab90627b47cb4bfbb986b3b6ff35acd50f4e2
parente876f4df6d240bd2e319b1e63be95a625f049a97 (diff)
downloadrockbox-e32ace831af98fd50bf0c08999802ce0f6a51bc8.tar.gz
rockbox-e32ace831af98fd50bf0c08999802ce0f6a51bc8.zip
Disable rombox on the Player.
No more Archos rombox left... Change-Id: I7de15b1ce1fabdb19ba7b0b69e0b7799664d8413
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index dfe84a9e93..73a8cae42d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1413,7 +1413,7 @@ fi
1413 tool="$rootdir/tools/scramble" 1413 tool="$rootdir/tools/scramble"
1414 output="archos.mod" 1414 output="archos.mod"
1415 appextra="player:gui" 1415 appextra="player:gui"
1416 archosrom="$pwd/rombox.ucl" 1416 #archosrom="$pwd/rombox.ucl"
1417 flash="$pwd/rockbox.ucl" 1417 flash="$pwd/rockbox.ucl"
1418 plugins="yes" 1418 plugins="yes"
1419 swcodec="" 1419 swcodec=""