From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id DE2503B29E for ; Mon, 19 Jul 2021 16:11:22 -0400 (EDT) Received: from [2a04:4540:1402:9200:2d8:61ff:fef0:a7c3] by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1m5Zbl-0007Gq-3v for starlink@lists.bufferbloat.net; Mon, 19 Jul 2021 22:11:21 +0200 To: starlink@lists.bufferbloat.net References: From: John Crispin Message-ID: <443e04a4-dc01-cf97-7374-a924d59e0b09@phrozen.org> Date: Mon, 19 Jul 2021 22:11:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [Starlink] starlink wifi router sources X-BeenThere: starlink@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Starlink has bufferbloat. Bad." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2021 20:11:23 -0000 On 19.07.21 19:50, Dave Taht wrote: > This just in: > https://github.com/SpaceExplorationTechnologies/starlink-wifi Had I > known this existed that would have tempered my outrage on the FLOSS > show a little bit. Moin, initial scan of the tree ... CONFIG_TARGET_ipq806x_QSDK_Premium=y CONFIG_GCC_VERSION_4_8_LINARO=y  (the 90's called, they want their gcc back) CONFIG_PACKAGE_wnc-hal=y --> winstron appears to be the TW based ODM CONFIG_LINUX_4_4=y # stat qca/src/linux-4.4/ /src$ diff -urN stable.4.4.60.git/ starlink-linux.4.4.60/ | wc -l 622648 this appears to be a patched version of qsdk 11.2 or 11.3 SFP based upon a pre-historic owrt 15.05 CONFIG_PACKAGE_kmod-qca-wifi-minimal-profile=m using the qsdk wifi driver funnily there is no package/base-files/ in the tree and grep'ing for "init.d" in the tree yields no promising results. leaning out the window, the GPL drop appears to be incomplete.     John