forked from rmandrad/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with upstream #21
Merged
Merged
Conversation
This file contains 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
ChangeLog: https://github.com/ppp-project/ppp/blob/ppp-2.5.0/ChangeLog Upstreamed patches: 120-debian_ipv6_updown_option.patch [1] 133-fix_sha1_include.patch [2] 140-pppd-Fix-compilation-with-older-glibc-or-kernel-head.patch [3] 141-Expand-byte-count-statistics-to-64-bits-298.patch [4] 142-pppd-Add-support-for-registering-ppp-interface-via-L.patch [5] 143-pppd-Workaround-for-generating-ppp-unit-id-on-Linux-.patch [6] 144-pppd-Retry-registering-interface-when-on-rtnetlink-E.patch [7] Suppressed patches: 200-makefile.patch [8] 201-mppe_mppc_1.1.patch [9] 203-opt_flags.patch [10] 300-filter-pcap-includes-lib.patch [11] 511-pptp_cflags.patch [12] 600-Revert-pppd-Use-openssl-for-the-DES-instead-of-the-l.patch [13] 610-pppd_compile_fix.patch [14] [1] ppp-project/ppp@7f8c1a1 [2] ppp-project/ppp@ba7f7e0 [3] ppp-project/ppp@98ec18f [4] ppp-project/ppp@81ad945 [5] ppp-project/ppp@4a54e34 [6] ppp-project/ppp@44609bf [7] ppp-project/ppp@089687f [8] enable_eaptls=no, with_pcap=no, HAVE_CRYPT_H=1 in configure [9] enable_microsoft_extensions=yes, MPPC support is removed. [10] fPIC ignored so far [11] done by autotools [12] in main patch for pptp plugin [13] with_openssl=no, already in upstream ppp-des.c [14] with_static_pcap=yes from patch 310 Signed-off-by: Sergey Ivanov <icegood1980@gmail.com> * Fix package hash. * Fix multilink variant build. * Fix some compile errors. * Some code format fixes. * Refactor commit message. * Rebase git and fix conflicts. Co-authored-by: Shiji Yang <yangshiji66@qq.com> Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: #16605 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
ChangeLog: https://github.com/ppp-project/ppp/blob/ppp-2.5.1/ChangeLog Suppressed patches: 010-use_target_for_configure.patch [1] 510-pptp_compile_fix.patch [2] 520-u_int_bsd_fix.patch [3] Upstreamed patches: 330-retain_foreign_default_routes.patch [4] 521-remove_unused_openssl_dep.patch [5] [1] ppp-project/ppp@e48a9b5 [2] Merged into "500-add-pptp-plugin.patch" [3] ppp-project/ppp@797cdae [4] ppp-project/ppp@9856f47 [5] ppp-project/ppp@59342ab Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: #16605 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
In the original code, the entire time delay of the discovery phase is only 5+5x2+5x2x2 = 35s. Increasing timeout may be necessary if discovery phase fails on first attempt. There is a chance to fix the "Timeout waiting for PADO packets" issue by removing this patch. Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: #16605 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
The latest ppp version seems to no longer require these ancient build fixes. Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: #16605 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This was done by executing these command: $ make kernel_oldconfig CONFIG_TARGET=subtarget Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Link: #15332 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
The ase subtarget supports two devices. ALLNET ALL0333CJ has one Ethernet port and uses only the built-in MAC and PHY. The second device is the Netgear DGN1000, which uses an AR8216 switch. The driver for the adm6996 switch was probably accidentally enabled instead of the ar8216 in commit that restores ase support 9b321bc ("lantiq: add Amazon-SE subtarget"). Before removing the ase subtarget, only ar8216 was enabled c821836 ("lantiq: remove unmaintained code"). Reduce uncompressed kernel size by 15.6 kB. Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl> Link: #15332 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
See news file for changes: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-15.1-release This requires a C++17 compiler compatible compiler. Link: #16665 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
See news file for changes: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-15.1-release Link: #16665 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
The problem was fixed upstream, see: https://sourceware.org/bugzilla/show_bug.cgi?id=18945 https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff;h=4c35c4c6a779c79e456b7a5311f74aafc9026bd5 Link: #16665 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This bug was fixed in the libc: https://sourceware.org/bugzilla/show_bug.cgi?id=14523 https://git.busybox.net/uClibc/commit/?id=2da958760f798224065508431787e3a83b7fe2ae https://git.musl-libc.org/cgit/musl/commit/?id=7c440977db9444d7e6b1c3dcb1fdf4ee49ca4158 Link: #16665 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
b66b9a1 wireless-regdb: update regulatory database based on preceding changes 5097b4a wireless-regdb: Update regulatory info for Tanzania (TZ) for 2024 29633a6 wireless-regdb: Update regulatory info for Pakistan (PK) for 2024 b44edb2 wireless-regdb: Update regulatory info for Serbia (RS) for 2024 dbfae47 Revert "wireless-regdb: Update regulatory info for Serbia (SR) for 2024" 8e3d27c wireless-regdb: Correct regulatory rules of 6GHz frequency for Türkiye (TR) 8760bc3 wireless-regdb: Update regulatory info for Honduras (HN) for 2023 3ba2c53 wireless-regdb: Update regulatory info for Israel (IL) for 2021 83c175c wireless-regdb: Update regulatory info for Kuwait (KW) for 2022 388c80c wireless-regdb: Update regulatory info for Serbia (SR) for 2024 bf55ed4 wireless-regdb: Add .b4-config 3afe172 wireless-regdb: Update .gitignore 3b34761 wireless-regdb: Correct regulatory rules for China (CN) 003c282 wireless-regdb: Update regulatory info for Philippines (PH) on 6GHz 21fcb86 wireless-regdb: Update regulatory info for Guatemala (GT) for 2020 158f105 wireless-regdb: Update regulatory info for Bahrain (BH) for 2024 218d146 wireless-regdb: Add regulatory info for Namibia (NA) for 2023 aad0c26 wireless-regdb: Update regulatory info for Togo (TG) for 2022 983f551 wireless-regdb: Update regulatory info for El Salvador (SV) on 6GHz 58575b4 wireless-regdb: Update regulatory info for Peru (PE) on 6GHz bad3985 wireless-regdb: Update regulatory info for New Zealand (NZ) for 2022 c7d1083 wireless-regdb: Update regulatory info for Qatar (QA) on 6GHz Signed-off-by: Itay Shoshani <itai.sho@gmail.com> Link: #16678 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Perl natively supports renaming files and create directories. Do it without calling system(). Signed-off-by: Matteo Croce <teknoraver@meta.com> Link: #16542 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
The SPI driver framework can handle it automatically in spi.c:spi_setup():spi_set_cs():gpiod_set_value_cansleep(). Signed-off-by: Shiji Yang <yangshiji66@qq.com> Link: #16636 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This solution that is needed for some routers to provide proper LED activity when controlled directly by the MV88E6xxx switch, has just been merged in upstream Linux. Make this patch 901 as other backports from earlier kernels are in patch 896 and this is the first free number after that. Patch offsets in pending patches are augmented as part of the refresh. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
As described by Tobias Waldekranz this patch is obsolete and the issue is already fixed in the upstream kernels we are using. Link: http://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043238.html Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reduce supported versions to 3. Since 2.40 is supported by previous release, this commit keeps it. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: #16597 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Beside the already existing control of the Blue cover LED, this will also add the Green and the Red cover LEDS available in the Asus TUF-AX6000. Signed-off-by: Magnus Sandin <magnus.sandin@gmail.com> Link: #16632 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Update to latest U-Boot release. Patches refreshed and fixed when needed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Release notes: https://cmake.org/cmake/help/latest/release/3.30.html Signed-off-by: Jack Sun <sunjiazheng321521@gmail.com> Link: #16657 Signed-off-by: Robert Marko <robimarko@gmail.com>
Skip non-uploaded keys to avoid corner cases Signed-off-by: Felix Fietkau <nbd@nbd.name>
Removes an unwanted special character in a debug-message. Signed-off-by: Peter Körner <peter@mazdermind.de>
Userspace handling is deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: #16308 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
While the qoriq target currently supports only one device, the WatchGuard Firebox M300, the feedback from people using it is that it's a great bang for the buck. Additionally, people suggest having no snapshots available hurts adoption. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Release notes: https://github.com/libbpf/libbpf/releases/tag/v1.4.6 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Release notes: https://github.com/xdp-project/xdp-tools/releases/tag/v1.4.3 Remove upstreamed patch 023-libxdp-fix-compilation-on-multiarch-systems.patch. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
The blamed commit adds a upgrade recipe for nas1dual to specify the firmware partition name, but does not actually include the recipe that will be called. Since it previously relied on the default one, add that one. Fixes: d21720f ("mvebu: fix default partition name") Link: #16704 Signed-off-by: Robert Marko <robimarko@gmail.com>
Use default CXXFLAGS and LDFLAGS variables. Directly add --verbose flag without a variable. Split up lines for script arguments. Delete unnecessary lines. Signed-off-by: Michael Pratt <mcpratt@pm.me> Link: #16693 Signed-off-by: Robert Marko <robimarko@gmail.com>
Add methods to skip the building and execution of Ninja by python in order to allow Make to execute Ninja after the configure script. This allows the user to build Ninja only once if they already have an older version of Ninja built. It also allows the user to test the jobserver functionality by having Ninja built twice (clean then compile). Signed-off-by: Michael Pratt <mcpratt@pm.me> Link: #16693 Signed-off-by: Robert Marko <robimarko@gmail.com>
Update to the most recent stable release, including a new job scheduler and bug fixes. Backport a patch to assist in reworking jobserver support. The original patch for jobserver support requires reworking due to the function CanRunMore() and its usage being significantly changed, including the return becoming an integer instead of a boolean. AcquireToken() must now be used in CanRunMore() in order to quantify how much the job searching loop is able to run at any time, and in order to do so CanRunMore() cannot be a constant function anymore. Added: - 010-backport-gtest.patch Manually Adjust: - 100-make_jobserver_support.patch Signed-off-by: Michael Pratt <mcpratt@pm.me> Link: #16693 Signed-off-by: Robert Marko <robimarko@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Merge main branch from openwrt.