From 2af164481c3fecb9f426d93b14afa8fdab455131 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 04 Apr 2019 03:19:22 -0400 Subject: build: Use OpenWrt's opkg-key (which uses usign) --- diff --git a/build b/build index cf74f48..fddb949 100755 --- a/build +++ b/build @@ -21,7 +21,7 @@ install: build oh-autoinstall mv dest/usr/bin/opkg-cl dest/usr/bin/opkg-lede @# opkg-lede's CMake build system doesn't install these... - cp src/utils/opkg-key dest/usr/bin/opkg-key + cp ../opkg-key dest/usr/bin/opkg-key sed 's|@opkglibdir@|/var/lib|g' src/utils/update-alternatives.in \ >dest/usr/bin/update-alternatives oh-fixperms -- cgit v0.9.1