openwrt-6.x/package
Chuck Fan d374e2cdb4 base-files: upgrade: use zcat command provided by busybox
Calling `switch_to_ramfs()` will not copy the gzip executable
(/bin/gzip) to ramfs, but `/bin/zcat` will call `/bin/gzip` when
package gzip is installed, instead of the busybox-supplied zcat.
This will cause `zcat` to fail to find `gzip`, then cause the
sysupgrade to fail. Adding the `busybox` prefix here will solve
the problem.

Signed-off-by: Chuck Fan <fanck0605@qq.com>
2021-06-20 14:19:54 -10:00
..
base-files base-files: upgrade: use zcat command provided by busybox 2021-06-20 14:19:54 -10:00
boot grub2: pass compilation parameters more accurately 2021-06-20 13:34:27 -10:00
devel
firmware
kernel
libs
network hostapd: stop advertising 11w feature 2021-06-20 14:11:30 -10:00
system
utils busybox: disable bzip2 2021-06-20 14:17:49 -10:00
Makefile