mirror of
https://github.com/openwrt/packages.git
synced 2025-01-30 20:41:44 +00:00
879c9abc24
bluelog can not be compiled on macos due to Apple zcat is not compatible with GNU zcat. This patch replaces `zcat` with `gzip -dc`. `gzip -dc` has the same behavior on GNU and Apple environments. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>