From 42f5b9b3149238961c90b19c4858a19b1a0d138d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 23 Nov 2020 05:54:50 -0500 Subject: Revert "Make opkg-cl and u-a run saved busybox sh link" This reverts commit d711e8cd5e0d7186dad840b9883a97a93f2dd383. busybox won't [1] manage /bin/sh with u-a, because that's just too crazy. [1]: http://git.proteanos.com/pkg/busybox.git/commit/?id=3e821b1d665132be24e0185c2c6885f6e2b616eb --- (limited to 'build') diff --git a/build b/build index b8a68e0..7b25cb7 100755 --- a/build +++ b/build @@ -29,8 +29,7 @@ install: build install -m 0755 -d dest/usr/sbin/ ln -sf /usr/bin/opkg-cert dest/usr/sbin/opkg-key @# opkg-lede's CMake build system doesn't install this... - sed '1s|^.*$$|#!/var/lib/opkg/bin/sh|; s|@opkglibdir@|/var/lib|g' \ - src/utils/update-alternatives.in \ + sed 's|@opkglibdir@|/var/lib|g' src/utils/update-alternatives.in \ >dest/usr/bin/update-alternatives oh-fixperms oh-strip -k -- cgit v0.9.1