summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/platform/ondiofm.tex28
-rw-r--r--manual/platform/ondiosp.tex25
-rwxr-xr-xtools/configure3
3 files changed, 53 insertions, 3 deletions
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex
new file mode 100644
index 0000000000..860a7ce62b
--- /dev/null
+++ b/manual/platform/ondiofm.tex
@@ -0,0 +1,28 @@
1% $Id$ %
2%platform file for the Ondio FM
3\def\UseOption{ondiofm}
4% To not break the current manual
5\edef\UseOption{\UseOption,ondio}
6\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
7\edef\UseOption{\UseOption,HAVE_RECORDING}
8\edef\UseOption{\UseOption,CONFIG_TUNER}
9\edef\UseOption{\UseOption,MASCODEC}
10\edef\UseOption{\UseOption,ONDIO_PAD}
11
12\newcommand{\playerman}{Archos}
13\newcommand{\playertype}{Ondio}
14\newcommand{\playerlongtype}{Ondio FM}
15\newcommand{\genericimg}{112x64x1}
16\newcommand{\specimg}{ondio}
17%Used to name the player, e.g. ...to the \dap
18\newcommand{\dap}{player}
19%For use when referring to the player. E.g. the \daps\ capacity ...
20\newcommand{\daps}{player's}
21\newcommand{\firmwarefilename}{ajbrec.ajz}
22
23\newcommand{\ButtonLeft}{Left}
24\newcommand{\ButtonRight}{Right}
25\newcommand{\ButtonOff}{Off}
26\newcommand{\ButtonUp}{Up}
27\newcommand{\ButtonDown}{Down}
28\newcommand{\ButtonMenu}{Mode}
diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex
new file mode 100644
index 0000000000..f82449129b
--- /dev/null
+++ b/manual/platform/ondiosp.tex
@@ -0,0 +1,25 @@
1% $Id$ %
2%platform file for the Ondio SP
3\def\UseOption{ondiosp}
4\edef\UseOption{\UseOption,ondio}
5\edef\UseOption{\UseOption,HAVE_LCD_BITMAP}
6\edef\UseOption{\UseOption,MASCODEC}
7\edef\UseOption{\UseOption,ONDIO_PAD}
8
9\newcommand{\playerman}{Archos}
10\newcommand{\playertype}{Ondio}
11\newcommand{\playerlongtype}{Ondio SP}
12\newcommand{\genericimg}{112x64x1}
13\newcommand{\specimg}{ondio}
14%Used to name the player, e.g. ...to the \dap
15\newcommand{\dap}{player}
16%For use when referring to the player. E.g. the \daps\ capacity ...
17\newcommand{\daps}{player's}
18\newcommand{\firmwarefilename}{ajbrec.ajz}
19
20\newcommand{\ButtonLeft}{Left}
21\newcommand{\ButtonRight}{Right}
22\newcommand{\ButtonOff}{Off}
23\newcommand{\ButtonUp}{Up}
24\newcommand{\ButtonDown}{Down}
25\newcommand{\ButtonMenu}{Mode}
diff --git a/tools/configure b/tools/configure
index d9ca2e89e7..ed284617cf 100755
--- a/tools/configure
+++ b/tools/configure
@@ -996,9 +996,6 @@ fi
996 recorderv2) 996 recorderv2)
997 archos="recorderv2fm" 997 archos="recorderv2fm"
998 ;; 998 ;;
999 ondio??)
1000 archos="ondio"
1001 ;;
1002 h1??) 999 h1??)
1003 archos="h1xx" 1000 archos="h1xx"
1004 ;; 1001 ;;