summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure13
1 files changed, 3 insertions, 10 deletions
diff --git a/tools/configure b/tools/configure
index 916ae28c2a..f02866d652 100755
--- a/tools/configure
+++ b/tools/configure
@@ -178,27 +178,20 @@ if [ -z "$target" ]; then
178 178
179 echo "Enter target platform: (defaults to Recorder)" 179 echo "Enter target platform: (defaults to Recorder)"
180 180
181 echo "1 - Archos Player old LCD" 181 echo "1 - Archos Player/Studio"
182 echo "2 - Archos Player/Studio new LCD" 182 echo "2 - Archos Recorder"
183 echo "3 - Archos Recorder"
184 183
185 getit=`input`; 184 getit=`input`;
186 185
187 case $getit in 186 case $getit in
188 187
189 1) 188 1)
190 target="-DARCHOS_PLAYER_OLD"
191 display="-DHAVE_LCD_CHARCELLS"
192 keypad="-DHAVE_PLAYER_KEYPAD"
193 ;;
194
195 2)
196 target="-DARCHOS_PLAYER" 189 target="-DARCHOS_PLAYER"
197 display="-DHAVE_LCD_CHARCELLS" 190 display="-DHAVE_LCD_CHARCELLS"
198 keypad="-DHAVE_PLAYER_KEYPAD" 191 keypad="-DHAVE_PLAYER_KEYPAD"
199 ;; 192 ;;
200 193
201 *|3) 194 *|2)
202 target="-DARCHOS_RECORDER" 195 target="-DARCHOS_RECORDER"
203 display="-DHAVE_LCD_BITMAP" 196 display="-DHAVE_LCD_BITMAP"
204 keypad="-DHAVE_RECORDER_KEYPAD" 197 keypad="-DHAVE_RECORDER_KEYPAD"