summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index eef336c..8302c55 100755
--- a/tools/configure
+++ b/tools/configure
@@ -231,6 +231,7 @@ if [ -z "$archos" ]; then
echo "1 - Archos Player/Studio"
echo "2 - Archos Recorder"
echo "3 - Archos FM Recorder"
+ echo "4 - Archos Recorder v2"
getit=`input`;
@@ -250,6 +251,13 @@ if [ -z "$archos" ]; then
keypad="-DHAVE_RECORDER_KEYPAD"
;;
+ 4)
+ archos="recorderv2"
+ target="-DARCHOS_RECORDERV2"
+ display="-DHAVE_LCD_BITMAP"
+ keypad="-DHAVE_RECORDER_KEYPAD"
+ ;;
+
*)
archos="recorder"
target="-DARCHOS_RECORDER"