mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 10:59:30 -04:00
This reverts commit 02e3c718e9.
Currently the vfork() code path in opkg is broken and relies on unsupported
ftello() / fseeko() operations on pipes - we need to restructure the code
before we can reconsider this approach.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>