From c0740440ac9c830f59e8b5c9b3a8aecc49766506 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 7 Dec 2009 12:19:08 +0000 Subject: Rename targets to be consistent in all places. (FS #10819). Take 2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 196 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 98 insertions(+), 98 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 50b89dc4fa..bdea279c3e 100755 --- a/tools/configure +++ b/tools/configure @@ -354,16 +354,16 @@ whichadvanced () { if [ "$memory" = "2" ]; then printf ", (8)MB MOD" fi - if [ "$modelname" = "player" ]; then + if [ "$modelname" = "archosplayer" ]; then printf ", Use (A)TA poweroff" fi if [ "$t_model" = "ondio" ]; then printf ", (B)acklight MOD" fi - if [ "$modelname" = "m5" ]; then + if [ "$modelname" = "iaudiom5" ]; then printf ", (F)M radio MOD" fi - if [ "$modelname" = "h120" ]; then + if [ "$modelname" = "iriverh120" ]; then printf ", (R)TC MOD" fi echo "" @@ -414,7 +414,7 @@ whichadvanced () { fi ;; [Aa]) - if [ "$modelname" = "player" ]; then + if [ "$modelname" = "archosplayer" ]; then have_ata_poweroff="#define HAVE_ATA_POWEROFF" echo "ATA poweroff enabled" fi @@ -426,13 +426,13 @@ whichadvanced () { fi ;; [Ff]) - if [ "$modelname" = "m5" ]; then + if [ "$modelname" = "iaudiom5" ]; then have_fmradio_in="#define HAVE_FMRADIO_IN" echo "FM radio functions enabled" fi ;; [Rr]) - if [ "$modelname" = "h120" ]; then + if [ "$modelname" = "iriverh120" ]; then config_rtc="#define CONFIG_RTC RTC_DS1339_DS3231" have_rtc_alarm="#define HAVE_RTC_ALARM" echo "RTC functions enabled (DS1339/DS3231)" @@ -889,7 +889,7 @@ else cat <