summaryrefslogtreecommitdiff
path: root/tools/rockboxdev.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/rockboxdev.sh')
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index f5d4da2c90..8eb1de08fc 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -168,6 +168,8 @@ case $1 in
168 ;; 168 ;;
169 [Ii]) 169 [Ii])
170 target="mipsel-elf" 170 target="mipsel-elf"
171 gccver="4.1.2"
172 binutils="2.17"
171 ;; 173 ;;
172 *) 174 *)
173 echo "unsupported" 175 echo "unsupported"