diff options
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/configure b/tools/configure index f5aeceaf58..802173f1b6 100755 --- a/tools/configure +++ b/tools/configure | |||
@@ -2105,8 +2105,8 @@ fi | |||
2105 | plugins="yes" | 2105 | plugins="yes" |
2106 | swcodec="yes" | 2106 | swcodec="yes" |
2107 | toolset=$genericbitmaptools | 2107 | toolset=$genericbitmaptools |
2108 | boottool="cp" | 2108 | boottool="$rootdir/tools/scramble -ccpmp" |
2109 | bootoutput="rockboot.vx747" | 2109 | bootoutput="ccpmp.bin" |
2110 | # architecture, manufacturer and model for the target-tree build | 2110 | # architecture, manufacturer and model for the target-tree build |
2111 | t_cpu="mips" | 2111 | t_cpu="mips" |
2112 | t_manufacturer="ingenic_jz47xx" | 2112 | t_manufacturer="ingenic_jz47xx" |
@@ -2127,8 +2127,8 @@ fi | |||
2127 | plugins="" #FIXME | 2127 | plugins="" #FIXME |
2128 | swcodec="yes" | 2128 | swcodec="yes" |
2129 | toolset=$genericbitmaptools | 2129 | toolset=$genericbitmaptools |
2130 | boottool="cp" | 2130 | boottool="$rootdir/tools/scramble -ccpmp" |
2131 | bootoutput="rockboot.vx767" | 2131 | bootoutput="ccpmp.bin" |
2132 | # architecture, manufacturer and model for the target-tree build | 2132 | # architecture, manufacturer and model for the target-tree build |
2133 | t_cpu="mips" | 2133 | t_cpu="mips" |
2134 | t_manufacturer="ingenic_jz47xx" | 2134 | t_manufacturer="ingenic_jz47xx" |
@@ -2149,8 +2149,8 @@ fi | |||
2149 | plugins="yes" | 2149 | plugins="yes" |
2150 | swcodec="yes" | 2150 | swcodec="yes" |
2151 | toolset=$genericbitmaptools | 2151 | toolset=$genericbitmaptools |
2152 | boottool="cp" | 2152 | boottool="$rootdir/tools/scramble -ccpmp" |
2153 | bootoutput="rockboot.vx747p" | 2153 | bootoutput="ccpmp.bin" |
2154 | # architecture, manufacturer and model for the target-tree build | 2154 | # architecture, manufacturer and model for the target-tree build |
2155 | t_cpu="mips" | 2155 | t_cpu="mips" |
2156 | t_manufacturer="ingenic_jz47xx" | 2156 | t_manufacturer="ingenic_jz47xx" |
@@ -2171,8 +2171,8 @@ fi | |||
2171 | plugins="" #TODO | 2171 | plugins="" #TODO |
2172 | swcodec="yes" | 2172 | swcodec="yes" |
2173 | toolset=$genericbitmaptools | 2173 | toolset=$genericbitmaptools |
2174 | boottool="cp" | 2174 | boottool="$rootdir/tools/scramble -ccpmp" |
2175 | bootoutput="rockboot.vx777" | 2175 | bootoutput="ccpmp.bin" |
2176 | # architecture, manufacturer and model for the target-tree build | 2176 | # architecture, manufacturer and model for the target-tree build |
2177 | t_cpu="mips" | 2177 | t_cpu="mips" |
2178 | t_manufacturer="ingenic_jz47xx" | 2178 | t_manufacturer="ingenic_jz47xx" |