diff options
| author | Szymon Dziok <b0hoon@o2.pl> | 2014-03-27 21:47:35 +0000 |
|---|---|---|
| committer | Szymon Dziok <b0hoon@o2.pl> | 2014-03-27 21:47:35 +0000 |
| commit | 173d9c6750bde003589c4c02218db7dd8510ff68 (patch) | |
| tree | 1aadb4e4575462a5e521188931466a2036f6b5ea | |
| parent | ee1a1ce27cf763dce5a9edc4c474873bafbbe0bf (diff) | |
| download | rockbox-173d9c6750bde003589c4c02218db7dd8510ff68.zip rockbox-173d9c6750bde003589c4c02218db7dd8510ff68.tar.gz rockbox-173d9c6750bde003589c4c02218db7dd8510ff68.tar.bz2 rockbox-173d9c6750bde003589c4c02218db7dd8510ff68.tar.xz | |
enable compiling of Sansa View
Change-Id: I3dda438cabf2a8f5f3ff5fed1ae16d0793341685
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 5b3419d..c5a3f51 100755 --- a/tools/configure +++ b/tools/configure @@ -2652,8 +2652,6 @@ fi ;; 61|sansaview) - echo "Sansa View is not yet supported!" - exit 1 target_id=63 modelname="sansaview" target="SANSA_VIEW" |