Openwrt/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 linux-firmware: update to 20210511 2021-06-08 00:38:41 +02:00
kernel mac80211: fix an issue with wds links on 802.11ax devices 2021-06-19 12:17:09 +02:00
libs treewide: remove PKG_INSTALL from CMake packages 2021-06-19 20:44:59 -10:00
network hostapd: stop advertising 11w feature 2021-06-20 14:11:30 -10:00
system treewide: remove PKG_INSTALL from CMake packages 2021-06-19 20:44:59 -10:00
utils busybox: disable bzip2 2021-06-20 14:17:49 -10:00
Makefile