summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/build b/build
index 84de890..65bf9a6 100755
--- a/build
+++ b/build
@@ -22,8 +22,9 @@ build:
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...
+ @# From OpenWrt:
cp ../opkg-key dest/usr/bin/opkg-key-lede
+ @# opkg-lede's CMake build system doesn't install this...
sed 's|@opkglibdir@|/var/lib|g' src/utils/update-alternatives.in \
>dest/usr/bin/update-alternatives-lede
oh-fixperms