summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 68d2481922..f8fea6e76c 100755
--- a/tools/configure
+++ b/tools/configure
@@ -425,6 +425,7 @@ appsdir='\$(ROOTDIR)/apps'
425 echo "13 - iPod Color/Photo" 425 echo "13 - iPod Color/Photo"
426 echo "14 - iPod Nano" 426 echo "14 - iPod Nano"
427 echo "15 - iPod Video" 427 echo "15 - iPod Video"
428 echo "16 - iriver iFP-790"
428 429
429 getit=`input`; 430 getit=`input`;
430 431
@@ -691,6 +692,20 @@ appsdir='\$(ROOTDIR)/apps'
691 toolset=$ipodbitmaptools 692 toolset=$ipodbitmaptools
692 ;; 693 ;;
693 694
695 16)
696 archos="ifp7xx"
697 target="-DIRIVER_IFP7XX"
698 memory=1
699 arm7tdmicc
700 tool="cp"
701 output="rockbox.wma"
702 appextra="recorder:gui"
703 archosrom=""
704 flash=""
705 plugins="yes"
706 codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a"
707 ;;
708
694 *) 709 *)
695 echo "Please select an actual target platform!" 710 echo "Please select an actual target platform!"
696 exit 711 exit