opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: 79758af2b698ac898631da6acdc0419bcee9db4a
Parent: 98fadd048db4f747eb99a6e56f42dc95ffa3ed77
Author: Michael Forney
Date:   Fri, 20 Mar 2026 14:12:23 -0700

Mark fetch-curl dependency on pax as order-only

We don't need to re-extract everything when pax changes.

Diffstat:
Mninja.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ninja.lua b/ninja.lua @@ -399,6 +399,7 @@ function fetch(method) script = '$basedir/scripts/fetch-'..method..'.sh' end if method ~= 'git' then + table.insert(deps, '||') table.insert(deps, '$builddir/pkg/arch/pax/host/pax') end build('fetch', '$dir/fetch', deps, {script=script})