diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-09-13 09:17:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2019-09-13 13:05:09 +0200 |
commit | a8b4a28372645c93621008b2563c00ce6cdd739f (patch) | |
tree | 253db6027ae69fb7d88dfe2141627711e0394c78 /net/cgi-io/Makefile | |
parent | 8c22db653158e8c4edf4fdd0e0554a603b96a655 (diff) |
cgi-io: use splice() to stream backup archive
This improves the I/O performance when outputting large backups.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'net/cgi-io/Makefile')
-rw-r--r-- | net/cgi-io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cgi-io/Makefile b/net/cgi-io/Makefile index eaf03b40d..211360905 100644 --- a/net/cgi-io/Makefile +++ b/net/cgi-io/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgi-io -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_LICENSE:=GPL-2.0-or-later |