diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2014-02-05 19:50:47 +0100 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2014-02-05 19:50:47 +0100 |
| commit | e32ace831af98fd50bf0c08999802ce0f6a51bc8 (patch) | |
| tree | d5bab90627b47cb4bfbb986b3b6ff35acd50f4e2 | |
| parent | e876f4df6d240bd2e319b1e63be95a625f049a97 (diff) | |
| download | rockbox-e32ace831af98fd50bf0c08999802ce0f6a51bc8.zip rockbox-e32ace831af98fd50bf0c08999802ce0f6a51bc8.tar.gz rockbox-e32ace831af98fd50bf0c08999802ce0f6a51bc8.tar.bz2 rockbox-e32ace831af98fd50bf0c08999802ce0f6a51bc8.tar.xz | |
Disable rombox on the Player.
No more Archos rombox left...
Change-Id: I7de15b1ce1fabdb19ba7b0b69e0b7799664d8413
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index dfe84a9..73a8cae 100755 --- a/tools/configure +++ b/tools/configure @@ -1413,7 +1413,7 @@ fi tool="$rootdir/tools/scramble" output="archos.mod" appextra="player:gui" - archosrom="$pwd/rombox.ucl" + #archosrom="$pwd/rombox.ucl" flash="$pwd/rockbox.ucl" plugins="yes" swcodec="" |