From 0b7bfb62700ab0c0f8764dd04e7dc3d64835781d Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 9 Aug 2009 10:57:39 +0000 Subject: Extend bootloader installation to accept alternatives for the destination filename. Remove the hardcoded special case for the H10 bootloader installation and uninstallation. Allow multiple bootloader filenames to be present and pick the existing one on (un)installation. This is also needed for easily adding support for the Samsung YH players (to make FS#10373 actually work). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22220 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/rbutil.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rbutil/rbutilqt/rbutil.ini') diff --git a/rbutil/rbutilqt/rbutil.ini b/rbutil/rbutilqt/rbutil.ini index 0922a4fdd4..b66e244fc7 100644 --- a/rbutil/rbutilqt/rbutil.ini +++ b/rbutil/rbutilqt/rbutil.ini @@ -192,7 +192,7 @@ name="H10 (5 / 6GB) UMS" buildserver_modelname=h10_5gb bootloadermethod=mi4 bootloadername=/iriver/H10.mi4 -bootloaderfile=/System/H10.mi4 +bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4 resolution=128x128x16 manualname= brand=Iriver @@ -206,7 +206,7 @@ name="H10 (5 / 6GB) MTP" buildserver_modelname=h10_5gb bootloadermethod=mi4 bootloadername=/iriver/H10_5GB-MTP/H10.mi4 -bootloaderfile=/System/H10.mi4 +bootloaderfile=/System/H10.mi4, /System/H10EMP.mi4 resolution=128x128x16 manualname= brand=Iriver -- cgit v1.2.3