mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 09:01:22 +00:00
patch refreshed. Changelog: - Fixed a performance issue when calculating diff sizes in overlay. The podman system df command should see a significant performance improvement. - Fixed a bug where containers in a pod would use the pod restart policy over the set container restart policy. - Fixed a bug in the Compat Build endpoint where the pull query parameter did not parse 0/1 as a boolean. - Updated the containers/storage library to v1.48.1 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
21 lines
591 B
Diff
21 lines
591 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -211,7 +211,7 @@ GV_SHA=407efb5dcdb0f4445935f7360535800b6
|
|
default: all
|
|
|
|
.PHONY: all
|
|
-all: binaries docs
|
|
+all: binaries
|
|
|
|
.PHONY: binaries
|
|
ifeq ($(shell uname -s),FreeBSD)
|
|
@@ -798,7 +798,7 @@ rpm-install: package ## Install rpm pac
|
|
/usr/bin/podman info # will catch a broken conmon
|
|
|
|
.PHONY: install
|
|
-install: install.bin install.remote install.man install.systemd ## Install binaries to system locations
|
|
+install: install.bin install.remote install.systemd ## Install binaries to system locations
|
|
|
|
.PHONY: install.catatonit
|
|
install.catatonit:
|