summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index eef336c469..8302c557cf 100755
--- a/tools/configure
+++ b/tools/configure
@@ -231,6 +231,7 @@ if [ -z "$archos" ]; then
231 echo "1 - Archos Player/Studio" 231 echo "1 - Archos Player/Studio"
232 echo "2 - Archos Recorder" 232 echo "2 - Archos Recorder"
233 echo "3 - Archos FM Recorder" 233 echo "3 - Archos FM Recorder"
234 echo "4 - Archos Recorder v2"
234 235
235 getit=`input`; 236 getit=`input`;
236 237
@@ -250,6 +251,13 @@ if [ -z "$archos" ]; then
250 keypad="-DHAVE_RECORDER_KEYPAD" 251 keypad="-DHAVE_RECORDER_KEYPAD"
251 ;; 252 ;;
252 253
254 4)
255 archos="recorderv2"
256 target="-DARCHOS_RECORDERV2"
257 display="-DHAVE_LCD_BITMAP"
258 keypad="-DHAVE_RECORDER_KEYPAD"
259 ;;
260
253 *) 261 *)
254 archos="recorder" 262 archos="recorder"
255 target="-DARCHOS_RECORDER" 263 target="-DARCHOS_RECORDER"