summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-01-22 23:32:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-01-22 23:32:34 +0000
commit2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a (patch)
tree2ad52eda1ad0752de1e2703be072aefe869798f4 /tools/configure
parent19c0664d3b7e46825f5485dd33bcb98562d50331 (diff)
downloadrockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.tar.gz
rockbox-2c923a5efcd0b82bcf4a609ffc2d71c3556f9d4a.zip
Added (somewhat blurry) boot logo for X5 and made sure it builds logos for
remote fine git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8421 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index e7a7c8d27f..9d51e4077f 100755
--- a/tools/configure
+++ b/tools/configure
@@ -680,6 +680,8 @@ appsdir='\$(ROOTDIR)/apps'
680 tool="$rootdir/tools/scramble -add=x5" # wrong, must be fixed 680 tool="$rootdir/tools/scramble -add=x5" # wrong, must be fixed
681 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" 681 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
682 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" 682 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
683 bmp2rb_remotemono="$rootdir/tools/bmp2rb -f 0"
684 bmp2rb_remotenative="$rootdir/tools/bmp2rb -f 0"
683 output="rockbox.iaudio" 685 output="rockbox.iaudio"
684 appextra="recorder:gui" 686 appextra="recorder:gui"
685 archosrom="" 687 archosrom=""