From 36a81eb9b98ac7b1dff0d6658dba0255dd579f5f Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 7 Dec 2009 09:17:48 +0000 Subject: Reverted r23881 mistakenly committed to branch. git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_4@23882 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 208 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 104 insertions(+), 104 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 9745ae2a53..693113e19f 100755 --- a/tools/configure +++ b/tools/configure @@ -315,16 +315,16 @@ whichadvanced () { if [ "$memory" = "2" ]; then printf ", (8)MB MOD" fi - if [ "$modelname" = "archosplayer" ]; then + if [ "$modelname" = "player" ]; then printf ", Use (A)TA poweroff" fi if [ "$t_model" = "ondio" ]; then printf ", (B)acklight MOD" fi - if [ "$modelname" = "iaudiom5" ]; then + if [ "$modelname" = "m5" ]; then printf ", (F)M radio MOD" fi - if [ "$modelname" = "iriverh120" ]; then + if [ "$modelname" = "h120" ]; then printf ", (R)TC MOD" fi echo "" @@ -375,7 +375,7 @@ whichadvanced () { fi ;; [Aa]) - if [ "$modelname" = "archosplayer" ]; then + if [ "$modelname" = "player" ]; then have_ata_poweroff="#define HAVE_ATA_POWEROFF" echo "ATA poweroff enabled" fi @@ -387,13 +387,13 @@ whichadvanced () { fi ;; [Ff]) - if [ "$modelname" = "iaudiom5" ]; then + if [ "$modelname" = "m5" ]; then have_fmradio_in="#define HAVE_FMRADIO_IN" echo "FM radio functions enabled" fi ;; [Rr]) - if [ "$modelname" = "iriverh120" ]; then + if [ "$modelname" = "h120" ]; then config_rtc="#define CONFIG_RTC RTC_DS1339_DS3231" have_rtc_alarm="#define HAVE_RTC_ALARM" echo "RTC functions enabled (DS1339/DS3231)" @@ -839,7 +839,7 @@ else cat <