diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-12-07 23:00:15 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-12-07 23:00:15 +0000 |
| commit | f498d53d72007124049cf72ccccf3435abb097fe (patch) | |
| tree | 73c4f2b4affdd8cab36f067f0f08dfb97762fefc /tools | |
| parent | 95d58d30588e13b016b4653b6b14020dcb61ff67 (diff) | |
| download | rockbox-f498d53d72007124049cf72ccccf3435abb097fe.zip rockbox-f498d53d72007124049cf72ccccf3435abb097fe.tar.gz rockbox-f498d53d72007124049cf72ccccf3435abb097fe.tar.bz2 rockbox-f498d53d72007124049cf72ccccf3435abb097fe.tar.xz | |
Rename h100 manual name "h1xx" to "h100" to be in line with other players.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19361 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 7f02f97..e382a42 100755 --- a/tools/configure +++ b/tools/configure @@ -2116,7 +2116,7 @@ fi manualdev="recorderv2fm" ;; h1??) - manualdev="h1xx" + manualdev="h100" ;; ipodmini2g) manualdev="ipodmini" |