[From nobody Thu Jun 25 05:55:00 2020
Received: from mail.codigosur.net ([2a00:1508:1::1039])
 by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux))
 id 1gjCva-0004K0-FV
 for openwrt-devel@lists.openwrt.org; Tue, 15 Jan 2019 00:50:04 +0000
Received: from authenticated-user (mail.codigosur.net [109.69.10.39])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by mail.codigosur.net (Postfix) with ESMTPSA id 9FBC28E0DA9
 for &lt;openwrt-devel@lists.openwrt.org&gt;; Tue, 15 Jan 2019 00:39:50 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=altermundi.net;
 s=mail; t=1547512790;
 bh=ctwXFRfcaJmdiIOiHpGFYKexl1/VZq6uD4aPPtFT+dM=;
 h=Date:From:To:Subject:From;
 b=PqUSTwr8lMt419QfBz31FZNPkoM3W2zqS7U2ugsaR5Kv6YkRK/O1LMGEYB3/LQRcS
 G1Zcr3MHm6xn1a2pEPQXf3s/9zia5CaMQ8mod7JV/Vpa3Nzt4rAeeyrzRLCD0fMrqk
 i/rI5Ghwyg0eRW6j+wxCHRnyOC+khQZLvwJi59zhe0SWnkrthCIr+stlk3ciWwPcOm
 5Oosdrwfsb5LshoTGwP5dY7NWBlpHnZI4O+GWvt35KSeVKcaf/z4iQlTXUwGa132nB
 TA5yOO7CwRtCayAs5oi9SvO0PvR4wLCMfeSAKbiCDfyIe4YKzV5iBlDmjUyQREva+1
 GjJ78fxLvrl+A==
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII;
 format=flowed
Content-Transfer-Encoding: 7bit
Date: Mon, 14 Jan 2019 21:39:50 -0300
From: gui@altermundi.net
To: openwrt-devel@lists.openwrt.org
Subject: RFC: merge LibreMesh packages into OpenWrt?
Message-ID: &lt;375aae3ec41b4d53777f10b0a793c70c@altermundi.net&gt;
X-Sender: gui@altermundi.net
X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 
X-CRM114-CacheID: sfid-20190114_165002_788534_78B024B2 
X-CRM114-Status: UNSURE (   5.29  )
X-CRM114-Notice: Please train this message.
X-Spam-Score: -0.2 (/)
X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary:
 Content analysis details:   (-0.2 points)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 SPF_PASS               SPF: sender matches SPF record
 -0.1 DKIM_VALID_EF          Message has a valid DKIM or DK signature from
 envelope-from domain
 -0.1 DKIM_VALID_AU          Message has a valid DKIM or DK signature from
 author's domain
 -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
 0.1 DKIM_SIGNED            Message has a DKIM or DK signature, not necessarily
 valid

Hello folks,
we're always looking for ways to get LibreMesh &quot;closer to upstream&quot;, and 
one (old) idea is merging somehow our packages into OpenWrt.
(i remember briefly talking this with jow at battlemeshv8 in Porto, but 
in the end, we lime-devs never actually looked up on how that would 
happen, until now)

Currently we maintain a custom feed git repo at
https://github.com/libremesh/lime-packages
and what we would like to achieve in the end is that those packages 
become available in the official downloads.openwrt.org servers, 
basically.

as far as i understand, we have two options (in decreasing order of 
desirability):
1) make a proposal (PR against this[0]) to include a new feed in 
feeds.conf.default, uncommented so that the packages inside are by 
default compiled and published along with other packages (luci, routing, 
telephony...)

2) alternatively, make a series of pull requests adding each of &quot;our&quot; 
packages to the standard &quot;packages&quot; feed
https://git.openwrt.org/feed/packages.git

is there any other option i'm missing, or caveat regarding those two 
that would help us decide? (i.e. would a PR against feeds.conf.default 
be acceptable?)

[0]: https://github.com/openwrt/openwrt/blob/master/feeds.conf.default

]