screen: Replace patches with upstream backports#8486
Merged
neheb merged 2 commits intoopenwrt:masterfrom Mar 31, 2019
Merged
Conversation
Member
|
The Makefile reorganization should go in a separate commit. |
Contributor
Author
|
@stintel I think this is what you meant. Reworded commit messages. Please review. |
This will enable easier package bumping by just deleting all of them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Reorganized the Makefile a bit for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Removed USEMEMMOVE hack as that is no longer used in the codebase. Added PKG_FIXUP as the patches touch configure.ac. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Contributor
Author
|
Going to merge. This has been tested on a daily basis since January. It also adds PKG_FIXUP:=autoreconf , which seems to be preferred. |
Member
|
A bit late but thanks @neheb |
dibdot
added a commit
that referenced
this pull request
Apr 7, 2026
* removed needless fork/exec calls (#29010) * removed needless eval calls * added parallel country and ASN feed downloads (#29010) * rework the IP monitor: * IP extraction, counting, and threshold detection now run entirely inside a single gawk process * added a dynamic cache management and a three-tier IP deduplication * added asynchronous/non-blocking RDAP requests * hardend the cgi script and mail template * fixed #28998 * LuCI: added more status information * LuCI: more fixes & optimizations (e.g. #8486) * readme update Co-authored-by: Colin Brown <devs@coralesoft.nz> Signed-off-by: Dirk Brenken <dev@brenken.org>
dibdot
added a commit
that referenced
this pull request
Apr 7, 2026
* removed needless fork/exec calls (#29010) * removed needless eval calls * added parallel country and ASN feed downloads (#29010) * rework the IP monitor: * IP extraction, counting, and threshold detection now run entirely inside a single gawk process * added a dynamic cache management and a three-tier IP deduplication * added asynchronous/non-blocking RDAP requests * hardend the cgi script and mail template * fixed #28998 * LuCI: added more status information * LuCI: more fixes & optimizations (e.g. #8486) * readme update Co-authored-by: Colin Brown <devs@coralesoft.nz> Signed-off-by: Dirk Brenken <dev@brenken.org> (cherry picked from commit 9c3470a)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allows proper Makefile testing as well as easy removal from the next
version.
Reorganized the Makefile a bit for consistency between packages.
Signed-off-by: Rosen Penev rosenp@gmail.com
Maintainer: @champtar
Compile tested: ramips ath79 mvebu
Run tested: GnuBee PC1, TP-Link Archer C7v2, Turris Omnia
reopened previous pull request