summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 17:35:21 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 17:35:21 (EDT)
commit1848c3cf2ee88a324ca83c7505ec3219eb95e4c5 (patch)
treee4d94c8041b2a6693e0882fbdb74e599d3781fc2
parent0647ef7db57768316dc89e1e67c6fde14b35a738 (diff)
Revert "build: Make /usr/bin/opkg link"
This reverts commit 0647ef7db57768316dc89e1e67c6fde14b35a738. This won't work well with u-a on removals.
-rwxr-xr-xbuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/build b/build
index caac7a4..c215edd 100755
--- a/build
+++ b/build
@@ -26,9 +26,6 @@ build:
install: build
oh-autoinstall
mv dest/usr/bin/opkg-cl dest/usr/bin/opkg-lede
- @# Hack: prokit's install command uses opkg to run maintainer scripts,
- @# so make sure /usr/bin/opkg exists even before postinst can run u-a.
- ln -sf opkg-lede dest/usr/bin/opkg
@# From OpenWrt:
cp ../opkg-key dest/usr/bin/opkg-key-lede
@# opkg-lede's CMake build system doesn't install this...