<div dir="ltr">I've spoken with the manufacturer of the GL-Inet's .... there have only been a very small amount of 6408's made, and they currently only make the 6416.<div><br></div><div>(I'm the importer for .nl / .be <a href="http://www.gl-inet.nl">www.gl-inet.nl</a> )</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 16, 2015 at 8:03 PM, Matthias Schiffer <span dir="ltr"><<a href="mailto:mschiffer@universe-factory.net" target="_blank">mschiffer@universe-factory.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 03/16/2015 07:50 PM, Cezary Jackiewicz wrote:<br>
> Dnia 2015-03-16, o godz. 18:35:55<br>
> Matthias Schiffer <<a href="mailto:mschiffer@universe-factory.net">mschiffer@universe-factory.net</a>> napisał(a):<br>
><br>
>> There are two versions of the GL.iNet, the 6408A and the 6416A. The only<br>
>> difference is the flash size.<br>
>><br>
>> Signed-off-by: Matthias Schiffer <<a href="mailto:mschiffer@universe-factory.net">mschiffer@universe-factory.net</a>><br>
>> ---<br>
>>  target/linux/ar71xx/base-files/lib/ar71xx.sh | 14 ++++++++++++++<br>
>>  1 file changed, 14 insertions(+)<br>
>><br>
>> diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh<br>
>> index 3116305..db5e983 100755<br>
>> --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh<br>
>> +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh<br>
>> @@ -286,6 +286,19 @@ tplink_pharos_board_detect() {<br>
>>      [ -n "$model" ] && AR71XX_MODEL="$model v$2"<br>
>>  }<br>
>><br>
>> +gl_inet_board_detect() {<br>
>> +    local size="$(mtd_get_part_size 'firmware')"<br>
>> +<br>
>> +    case "$size" in<br>
>> +    8192000)<br>
>> +            AR71XX_MODEL='GL-iNet 6408A v1'<br>
>> +            ;;<br>
>> +    16580608)<br>
>> +            AR71XX_MODEL='GL-iNet 6416A v1'<br>
>> +            ;;<br>
>> +    esac<br>
><br>
> Hi,<br>
> GL-iNet 64xxA v1? Why not just GL-iNet 64xxA according to<br>
> <a href="http://www.gl-inet.com/w/?page_id=308" target="_blank">http://www.gl-inet.com/w/?page_id=308</a> ?<br>
><br>
<br>
</div></div>Yes, that would also be a possibility. I've kept the v1 from the current<br>
string "GL-CONNECT INET v1" (which is read from /proc/cpuinfo).<br>
<br>
Regards,<br>
Matthias<br>
<br>
<br>_______________________________________________<br>
openwrt-devel mailing list<br>
<a href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
<a href="https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel" target="_blank">https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Mark Janssen  --  maniac(at)<a href="http://maniac.nl" target="_blank">maniac.nl</a><br>Unix / Linux Open-Source and Internet Consultant<br>Maniac.nl Sig-IO.nl <a href="http://Vps.Stoned-IT.com" target="_blank">Vps.Stoned-IT.com</a><br><br></div>
</div>