├── .github └── workflows │ └── build-release.yml ├── README.md ├── openwrt ├── 24-config-common ├── 24-config-minimal-common ├── 24-config-musl-armsr-armv8 ├── 24-config-musl-r4s ├── 24-config-musl-r5s ├── 24-config-musl-r76s ├── 24-config-musl-x86 ├── 24-config-std-common ├── 6.18-disable-config ├── build.sh ├── files │ ├── etc │ │ ├── hotplug.d │ │ │ └── block │ │ │ │ └── 20-usbreset │ │ └── sysctl.d │ │ │ ├── 10-default.conf │ │ │ ├── 15-vm-swappiness.conf │ │ │ └── 16-udp-buffer-size.conf │ ├── root │ │ ├── .bash_profile │ │ └── .bashrc │ └── sbin │ │ └── emmc-install ├── generic │ ├── config-bpf │ ├── config-dpdk │ ├── config-glibc │ ├── config-lto │ ├── config-wwan │ └── upx_list.txt ├── nginx │ ├── luci.locations │ └── uci.conf.template ├── patch │ ├── apk-tools │ │ └── 9999-hack-for-linux-pre-releases.patch │ ├── cgroupfs-mount │ │ ├── 0001-fix-cgroupfs-mount.patch │ │ ├── 900-mount-cgroup-v2-hierarchy-to-sys-fs-cgroup-cgroup2.patch │ │ ├── 901-fix-cgroupfs-umount.patch │ │ └── 902-mount-sys-fs-cgroup-systemd-for-docker-systemd-suppo.patch │ ├── coremark │ │ ├── README.md │ │ ├── coremark.aarch64-16-threads │ │ ├── coremark.aarch64-4-threads │ │ └── coremark.aarch64-6-threads │ ├── dpdk │ │ ├── dpdk │ │ │ ├── Config.in │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 010-dpdk_arm_build_platform_fix.patch │ │ │ │ └── 201-r8125-add-r8125-ethernet-poll-mode-driver.patch │ │ └── numactl │ │ │ └── Makefile │ ├── firewall4 │ │ ├── 100-openwrt-firewall4-add-custom-nft-command-support.patch │ │ ├── firewall4_patches │ │ │ ├── 001-fix-fw4-flow-offload.patch │ │ │ ├── 002-fix-fw4.uc-adept-kernel-version-type-of-x.x.patch │ │ │ ├── 990-unconditionally-allow-ct-status-dnat.patch │ │ │ ├── 999-01-firewall4-add-fullcone-support.patch │ │ │ ├── 999-02-firewall4-add-bcm-fullconenat-support.patch │ │ │ └── README.md │ │ ├── libnftnl │ │ │ ├── 0001-libnftnl-add-fullcone-expression-support.patch │ │ │ └── 0002-libnftnl-add-brcm-fullcone-support.patch │ │ ├── luci-24.10 │ │ │ ├── 0001-luci-app-firewall-add-nft-fullcone-and-bcm-fullcone-.patch │ │ │ ├── 0002-luci-app-firewall-add-shortcut-fe-option.patch │ │ │ ├── 0003-luci-app-firewall-add-ipv6-nat-option.patch │ │ │ ├── 0004-luci-add-firewall-add-custom-nft-rule-support.patch │ │ │ ├── 0005-luci-app-firewall-add-natflow-offload-support.patch │ │ │ ├── 0006-luci-app-firewall-enable-hardware-offload-only-on-de.patch │ │ │ └── 0007-luci-app-firewall-add-fullcone6-option-for-nftables-.patch │ │ └── nftables │ │ │ ├── 0001-nftables-add-fullcone-expression-support.patch │ │ │ ├── 0002-nftables-add-brcm-fullconenat-support.patch │ │ │ └── 0003-drop-rej-file.patch │ ├── generic-24.10 │ │ ├── 0001-tools-add-upx-tools.patch │ │ ├── 0002-rootfs-add-upx-compression-support.patch │ │ ├── 0003-rootfs-add-r-w-permissions-for-UCI-configuration-fil.patch │ │ ├── 0004-rootfs-Add-support-for-local-kmod-installation-sourc.patch │ │ ├── 0005-kernel-Add-support-for-llvm-clang-compiler.patch │ │ ├── 0006-build-kernel-add-out-of-tree-kernel-config.patch │ │ ├── 0007-include-kernel-add-miss-config-for-linux-6.11.patch │ │ ├── 0008-meson-add-platform-variable-to-cross-compilation-fil.patch │ │ ├── 0009-kernel-add-legacy-cgroup-v1-memory-controller.patch │ │ ├── 0010-kernel-add-PREEMPT_RT-support-for-aarch64-x86_64.patch │ │ ├── 0011-tools-squashfs4-enable-zstd-compression-support.patch │ │ ├── 0012-config-include-image-add-support-for-squashfs-zstd-c.patch │ │ ├── 0013-include-kernel-Always-collect-module-symvers.patch │ │ ├── 0014-include-netfilter-update-kernel-config-options-for-l.patch │ │ └── 202-toolchain-gcc-add-support-for-GCC-15.patch │ ├── glibc │ │ └── glibc-common.patch │ ├── iproute2 │ │ ├── 900-ss-output-TCP-BBRv3-diag-information.patch │ │ ├── 901-ip-introduce-the-ecn_low-per-route-feature.patch │ │ └── 902-ss-display-ecn_low-if-tcp_info-tcpi_options-TCPI_OPT.patch │ ├── irqbalance │ │ └── 011-meson-numa.patch │ ├── kernel-6.18 │ │ ├── arm64 │ │ │ └── 312-arm64-cpuinfo-Add-model-name-in-proc-cpuinfo-for-64bit-ta.patch │ │ ├── bbr3 │ │ │ ├── 010-bbr3-0001-net-tcp_bbr-broaden-app-limited-rate-sample-detectio.patch │ │ │ ├── 010-bbr3-0002-net-tcp_bbr-v2-shrink-delivered_mstamp-first_tx_msta.patch │ │ │ ├── 010-bbr3-0003-net-tcp_bbr-v2-snapshot-packets-in-flight-at-transmi.patch │ │ │ ├── 010-bbr3-0004-net-tcp_bbr-v2-count-packets-lost-over-TCP-rate-samp.patch │ │ │ ├── 010-bbr3-0005-net-tcp_bbr-v2-export-FLAG_ECE-in-rate_sample.is_ece.patch │ │ │ ├── 010-bbr3-0006-net-tcp_bbr-v2-introduce-ca_ops-skb_marked_lost-CC-m.patch │ │ │ ├── 010-bbr3-0007-net-tcp_bbr-v2-adjust-skb-tx.in_flight-upon-merge-in.patch │ │ │ ├── 010-bbr3-0008-net-tcp_bbr-v2-adjust-skb-tx.in_flight-upon-split-in.patch │ │ │ ├── 010-bbr3-0009-net-tcp-add-new-ca-opts-flag-TCP_CONG_WANTS_CE_EVENT.patch │ │ │ ├── 010-bbr3-0010-net-tcp-re-generalize-TSO-sizing-in-TCP-CC-module-AP.patch │ │ │ ├── 010-bbr3-0011-net-tcp-add-fast_ack_mode-1-skip-rwin-check-in-tcp_f.patch │ │ │ ├── 010-bbr3-0012-net-tcp_bbr-v2-record-app-limited-status-of-TLP-repa.patch │ │ │ ├── 010-bbr3-0013-net-tcp_bbr-v2-inform-CC-module-of-losses-repaired-b.patch │ │ │ ├── 010-bbr3-0014-net-tcp_bbr-v2-introduce-is_acking_tlp_retrans_seq-i.patch │ │ │ ├── 010-bbr3-0015-tcp-introduce-per-route-feature-RTAX_FEATURE_ECN_LOW.patch │ │ │ ├── 010-bbr3-0016-net-tcp_bbr-v3-update-TCP-bbr-congestion-control-mod.patch │ │ │ ├── 010-bbr3-0017-net-tcp_bbr-v3-ensure-ECN-enabled-BBR-flows-set-ECT-.patch │ │ │ ├── 010-bbr3-0018-tcp-export-TCPI_OPT_ECN_LOW-in-tcp_info-tcpi_options.patch │ │ │ ├── 010-bbr3-0019-x86-cfi-bpf-Add-tso_segs-and-skb_marked_lost-to-bpf_.patch │ │ │ └── 010-bbr3-0020-net-tcp_bbr-v3-silence-Wconstant-logical-operand.patch │ │ ├── btf │ │ │ └── 990-btf-silence-btf-module-warning-messages.patch │ │ ├── linux-rt │ │ │ ├── 012-RT-0001-drm-i915-Use-preempt_disable-enable_rt-where-recomme.patch │ │ │ ├── 012-RT-0002-drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-duri.patch │ │ │ ├── 012-RT-0003-drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch │ │ │ ├── 012-RT-0004-drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_d.patch │ │ │ ├── 012-RT-0005-drm-i915-Drop-the-irqs_disabled-check.patch │ │ │ ├── 012-RT-0006-drm-i915-guc-Consider-also-RCU-depth-in-busy-loop.patch │ │ │ └── 012-RT-0007-Revert-drm-i915-Depend-on-PREEMPT_RT.patch │ │ ├── lrng │ │ │ ├── 011-LRNG-0001-LRNG-Entropy-Source-and-DRNG-Manager.patch │ │ │ ├── 011-LRNG-0002-LRNG-allocate-one-DRNG-instance-per-NUMA-node.patch │ │ │ ├── 011-LRNG-0003-LRNG-proc-interface.patch │ │ │ ├── 011-LRNG-0004-LRNG-add-switchable-DRNG-support.patch │ │ │ ├── 011-LRNG-0005-LRNG-add-common-generic-hash-support.patch │ │ │ ├── 011-LRNG-0006-crypto-DRBG-externalize-DRBG-functions-for-LRNG.patch │ │ │ ├── 011-LRNG-0007-LRNG-add-SP800-90A-DRBG-extension.patch │ │ │ ├── 011-LRNG-0008-LRNG-add-kernel-crypto-API-PRNG-extension.patch │ │ │ ├── 011-LRNG-0009-LRNG-add-atomic-DRNG-implementation.patch │ │ │ ├── 011-LRNG-0010-LRNG-add-common-timer-based-entropy-source-code.patch │ │ │ ├── 011-LRNG-0011-LRNG-add-interrupt-entropy-source.patch │ │ │ ├── 011-LRNG-0012-scheduler-add-entropy-sampling-hook.patch │ │ │ ├── 011-LRNG-0013-LRNG-add-scheduler-based-entropy-source.patch │ │ │ ├── 011-LRNG-0014-LRNG-add-SP800-90B-compliant-health-tests.patch │ │ │ ├── 011-LRNG-0015-LRNG-add-random.c-entropy-source-support.patch │ │ │ ├── 011-LRNG-0016-LRNG-CPU-entropy-source.patch │ │ │ ├── 011-LRNG-0017-LRNG-add-Jitter-RNG-fast-noise-source.patch │ │ │ ├── 011-LRNG-0018-LRNG-add-option-to-enable-runtime-entropy-rate-confi.patch │ │ │ ├── 011-LRNG-0019-LRNG-add-interface-for-gathering-of-raw-entropy.patch │ │ │ ├── 011-LRNG-0020-LRNG-add-power-on-and-runtime-self-tests.patch │ │ │ ├── 011-LRNG-0021-LRNG-sysctls-and-proc-interface.patch │ │ │ ├── 011-LRNG-0022-LRMG-add-drop-in-replacement-random-4-API.patch │ │ │ ├── 011-LRNG-0023-LRNG-add-kernel-crypto-API-interface.patch │ │ │ ├── 011-LRNG-0024-LRNG-add-dev-lrng-device-file-support.patch │ │ │ └── 011-LRNG-0025-LRNG-add-hwrand-framework-interface.patch │ │ ├── net │ │ │ ├── 601-netfilter-export-udp_get_timeouts-function.patch │ │ │ ├── 952-net-conntrack-events-support-multiple-registrant.patch │ │ │ ├── 953-net-patch-linux-kernel-to-support-shortcut-fe.patch │ │ │ ├── 982-add-bcm-fullcone-support.patch │ │ │ ├── 983-add-bcm-fullcone-nft_masq-support.patch │ │ │ └── README.md │ │ └── openwrt │ │ │ └── linux-6.18-target-linux-generic.patch │ ├── key.tar.gz │ ├── luci │ │ ├── 0001-luci-mod-system-add-modal-overlay-dialog-to-reboot.patch │ │ ├── 0002-luci-mod-status-displays-actual-process-memory-usage.patch │ │ ├── 0003-luci-mod-status-storage-index-applicable-only-to-val.patch │ │ ├── 0004-luci-mod-status-firewall-disable-legacy-firewall-rul.patch │ │ ├── 0005-luci-mod-system-add-refresh-interval-setting.patch │ │ ├── 0006-luci-mod-system-mounts-add-docker-directory-mount-po.patch │ │ ├── 0007-luci-mod-system-add-ucitrack-luci-mod-system-zram.js.patch │ │ └── applications │ │ │ ├── luci-app-frpc │ │ │ ├── 001-luci-app-frpc-hide-token.patch │ │ │ └── 002-luci-app-frpc-add-enable-flag.patch │ │ │ └── luci-app-natmap │ │ │ └── 0001-luci-app-natmap-add-default-STUN-server-lists.patch │ ├── mt76 │ │ ├── Makefile │ │ ├── README.md │ │ └── patches │ │ │ ├── 101-fix-build-with-linux-6.12rc2.patch │ │ │ └── 102-fix-build-with-linux-6.18.patch │ ├── netifd │ │ └── 001-hack-packet_steering-for-nanopi-r76s.patch │ ├── openssl │ │ ├── 901-Revert-speed-Pass-IV-to-EVP_CipherInit_ex-for-evp-ru.patch │ │ ├── 902-Revert-apps-speed.c-Fix-the-benchmarking-for-AEAD-ci.patch │ │ └── quic │ │ │ ├── 0001-QUIC-Add-support-for-BoringSSL-QUIC-APIs.patch │ │ │ ├── 0002-QUIC-New-method-to-get-QUIC-secret-length.patch │ │ │ ├── 0003-QUIC-Make-temp-secret-names-less-confusing.patch │ │ │ ├── 0004-QUIC-Move-QUIC-transport-params-to-encrypted-extensi.patch │ │ │ ├── 0005-QUIC-Use-proper-secrets-for-handshake.patch │ │ │ ├── 0006-QUIC-Handle-partial-handshake-messages.patch │ │ │ ├── 0007-QUIC-Fix-quic_transport-constructors-parsers.patch │ │ │ ├── 0008-QUIC-Reset-init-state-in-SSL_process_quic_post_hands.patch │ │ │ ├── 0009-QUIC-Don-t-process-an-incomplete-message.patch │ │ │ ├── 0010-QUIC-Quick-fix-s2c-to-c2s-for-early-secret.patch │ │ │ ├── 0011-QUIC-Add-client-early-traffic-secret-storage.patch │ │ │ ├── 0012-QUIC-Add-OPENSSL_NO_QUIC-wrapper.patch │ │ │ ├── 0013-QUIC-Correctly-disable-middlebox-compat.patch │ │ │ ├── 0014-QUIC-Move-QUIC-code-out-of-tls13_change_cipher_state.patch │ │ │ ├── 0015-QUIC-Tweeks-to-quic_change_cipher_state.patch │ │ │ ├── 0016-QUIC-Add-support-for-more-secrets.patch │ │ │ ├── 0017-QUIC-Fix-resumption-secret.patch │ │ │ ├── 0018-QUIC-Handle-EndOfEarlyData-and-MaxEarlyData.patch │ │ │ ├── 0019-QUIC-Fall-through-for-0RTT.patch │ │ │ ├── 0020-QUIC-Some-cleanup-for-the-main-QUIC-changes.patch │ │ │ ├── 0021-QUIC-Prevent-KeyUpdate-for-QUIC.patch │ │ │ ├── 0022-QUIC-Test-KeyUpdate-rejection.patch │ │ │ ├── 0023-QUIC-Buffer-all-provided-quic-data.patch │ │ │ ├── 0024-QUIC-Enforce-consistent-encryption-level-for-handsha.patch │ │ │ ├── 0025-QUIC-add-v1-quic_transport_parameters.patch │ │ │ ├── 0026-QUIC-return-success-when-no-post-handshake-data.patch │ │ │ ├── 0027-QUIC-__owur-makes-no-sense-for-void-return-values.patch │ │ │ ├── 0028-QUIC-remove-SSL_R_BAD_DATA_LENGTH-unused.patch │ │ │ ├── 0029-QUIC-SSLerr-ERR_raise-ERR_LIB_SSL.patch │ │ │ ├── 0030-QUIC-Add-compile-run-time-checking-for-QUIC.patch │ │ │ ├── 0031-QUIC-Add-early-data-support.patch │ │ │ ├── 0032-QUIC-Make-SSL_provide_quic_data-accept-0-length-data.patch │ │ │ ├── 0033-QUIC-Process-multiple-post-handshake-messages-in-a-s.patch │ │ │ ├── 0034-QUIC-Fix-CI.patch │ │ │ ├── 0035-QUIC-Break-up-header-body-processing.patch │ │ │ ├── 0036-QUIC-Don-t-muck-with-FIPS-checksums.patch │ │ │ ├── 0037-QUIC-Update-RFC-references.patch │ │ │ ├── 0038-QUIC-revert-white-space-change.patch │ │ │ ├── 0039-QUIC-use-SSL_IS_QUIC-in-more-places.patch │ │ │ ├── 0040-QUIC-Error-when-non-empty-session_id-in-CH.patch │ │ │ ├── 0041-QUIC-Update-SSL_clear-to-clear-quic-data.patch │ │ │ ├── 0042-QUIC-Better-SSL_clear.patch │ │ │ ├── 0043-QUIC-Fix-extension-test.patch │ │ │ └── 0044-QUIC-Update-metadata-version.patch │ ├── openwrt-6.x │ │ ├── 500-world-regd-5GHz.patch │ │ ├── gcc-15-c23 │ │ │ └── gmp │ │ │ │ └── 001-fix-build-with-gcc-15.patch │ │ ├── gcc-15 │ │ │ ├── README.md │ │ │ ├── elfutils │ │ │ │ └── 901-backends-fix-string-initialization-error-on-gcc15.patch │ │ │ ├── libwebsockets │ │ │ │ └── 901-fix-string-initialization-error-on-gcc15.patch │ │ │ └── libxcrypt │ │ │ │ └── 901-fix-string-initialization-error-on-gcc15.patch │ │ ├── modules │ │ │ ├── block.mk │ │ │ ├── can.mk │ │ │ ├── crypto.mk │ │ │ ├── firewire.mk │ │ │ ├── fs.mk │ │ │ ├── gpio.mk │ │ │ ├── hwmon.mk │ │ │ ├── i2c.mk │ │ │ ├── iio.mk │ │ │ ├── input.mk │ │ │ ├── leds.mk │ │ │ ├── lib.mk │ │ │ ├── multiplexer.mk │ │ │ ├── netdevices.mk │ │ │ ├── netfilter.mk │ │ │ ├── netsupport.mk │ │ │ ├── nls.mk │ │ │ ├── other.mk │ │ │ ├── pcmcia.mk │ │ │ ├── rtc.mk │ │ │ ├── sound.mk │ │ │ ├── spi.mk │ │ │ ├── usb.mk │ │ │ ├── video.mk │ │ │ ├── virt.mk │ │ │ ├── w1.mk │ │ │ └── wpan.mk │ │ ├── musl │ │ │ └── 990-add-typedefs-for-Elf64_Relr-and-Elf32_Relr.patch │ │ ├── perf │ │ │ └── Makefile │ │ └── x86 │ │ │ ├── 64 │ │ │ └── config-6.18 │ │ │ ├── base-files │ │ │ └── etc │ │ │ │ └── board.d │ │ │ │ ├── 01_leds │ │ │ │ └── 02_network │ │ │ ├── config-6.18 │ │ │ └── patches-6.18 │ │ │ ├── 100-fix_cs5535_clockevt.patch │ │ │ └── 103-pcengines_apu6_platform.patch │ ├── opkg │ │ ├── 900-opkg-download-disable-hsts.patch │ │ └── 901-libopkg-opkg_install-copy-conffiles-to-the-system-co.patch │ ├── packages-patches │ │ ├── README.md │ │ ├── batman-adv │ │ │ └── 901-fix-linux-6.12rc2-builds.patch │ │ ├── bpf-headers │ │ │ └── 900-fix-build.patch │ │ ├── clang │ │ │ ├── macremapper │ │ │ │ └── 100-macremapper-fix-clang-build.patch │ │ │ └── netatop │ │ │ │ └── 900-fix-build-with-clang.patch │ │ ├── cryptodev-linux │ │ │ ├── 6.12 │ │ │ │ ├── 0005-Fix-cryptodev_verbosity-sysctl-for-Linux-6.11-rc1.patch │ │ │ │ └── 0006-Exclude-unused-struct-since-Linux-6.5.patch │ │ │ └── 6.18 │ │ │ │ └── 900-fix-linux-6.18.patch │ │ ├── gpio-button-hotplug │ │ │ └── fix-linux-6.12.patch │ │ ├── gpio-nct5104d │ │ │ └── fix-linux-6.18.patch │ │ ├── jool │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 100-fix-compilation-warning-simple-fix.patch │ │ │ │ └── 900-fix-build-with-linux-6.18.patch │ │ ├── kselftests-bpf │ │ │ └── Makefile │ │ ├── libpfring │ │ │ ├── Makefile │ │ │ └── patches │ │ │ │ ├── 0001-fix-cross-compiling.patch │ │ │ │ ├── 100-fix-compilation-warning.patch │ │ │ │ ├── 900-fix-linux-6.6.patch │ │ │ │ └── 901-fix-build-for-linux-6.17.patch │ │ ├── nat46 │ │ │ ├── 100-fix-build-with-kernel-6.9.patch │ │ │ ├── 101-fix-build-with-kernel-6.12.patch │ │ │ └── 102-fix-build-with-kernel-6.18.patch │ │ ├── ovpn-dco │ │ │ └── Makefile │ │ ├── rtpengine │ │ │ ├── 900-fix-linux-6.12-11.5.1.18.patch │ │ │ └── 901-fix-build-for-linux-6.18.patch │ │ ├── sms-tools │ │ │ └── 900-fix-incompatible-pointer-type-error-for-signal-function.patch │ │ ├── ubootenv-nvram │ │ │ └── 010-make-ubootenv_remove-return-void-for-linux-6.12.patch │ │ ├── v4l2loopback │ │ │ └── Makefile │ │ └── xtables-addons │ │ │ ├── 301-fix-build-with-linux-6.12.patch │ │ │ └── 302-fix-build-for-linux-6.12rc2.patch │ ├── pcre │ │ ├── Config.in │ │ └── Makefile │ ├── rtc │ │ └── sysfixtime │ ├── sqm-scripts │ │ └── Makefile │ ├── target-modify_for_aarch64_x86_64.patch │ └── vim │ │ └── 0001-vim-fix-renamed-defaults-config-file.patch └── scripts │ ├── 00-prepare_base.sh │ ├── 01-prepare_base-mainline.sh │ ├── 02-prepare_package.sh │ ├── 03-convert_translation.sh │ ├── 04-fix_kmod.sh │ ├── 05-fix-source.sh │ ├── 10-custom.sh │ └── 99_clean_build_cache.sh ├── robots.txt ├── rsync_deny.txt └── tags ├── kernel-6.18 ├── kernel-tag.sh ├── openwrt-tag.sh └── v24 /.github/workflows/build-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/.github/workflows/build-release.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/README.md -------------------------------------------------------------------------------- /openwrt/24-config-common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/24-config-common -------------------------------------------------------------------------------- /openwrt/24-config-minimal-common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/24-config-minimal-common -------------------------------------------------------------------------------- /openwrt/24-config-musl-armsr-armv8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/24-config-musl-armsr-armv8 -------------------------------------------------------------------------------- /openwrt/24-config-musl-r4s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/24-config-musl-r4s -------------------------------------------------------------------------------- /openwrt/24-config-musl-r5s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/24-config-musl-r5s -------------------------------------------------------------------------------- /openwrt/24-config-musl-r76s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/24-config-musl-r76s -------------------------------------------------------------------------------- /openwrt/24-config-musl-x86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/24-config-musl-x86 -------------------------------------------------------------------------------- /openwrt/24-config-std-common: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/24-config-std-common -------------------------------------------------------------------------------- /openwrt/6.18-disable-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/6.18-disable-config -------------------------------------------------------------------------------- /openwrt/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/build.sh -------------------------------------------------------------------------------- /openwrt/files/etc/hotplug.d/block/20-usbreset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/files/etc/hotplug.d/block/20-usbreset -------------------------------------------------------------------------------- /openwrt/files/etc/sysctl.d/10-default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/files/etc/sysctl.d/10-default.conf -------------------------------------------------------------------------------- /openwrt/files/etc/sysctl.d/15-vm-swappiness.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/files/etc/sysctl.d/15-vm-swappiness.conf -------------------------------------------------------------------------------- /openwrt/files/etc/sysctl.d/16-udp-buffer-size.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/files/etc/sysctl.d/16-udp-buffer-size.conf -------------------------------------------------------------------------------- /openwrt/files/root/.bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/files/root/.bash_profile -------------------------------------------------------------------------------- /openwrt/files/root/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/files/root/.bashrc -------------------------------------------------------------------------------- /openwrt/files/sbin/emmc-install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/files/sbin/emmc-install -------------------------------------------------------------------------------- /openwrt/generic/config-bpf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/generic/config-bpf -------------------------------------------------------------------------------- /openwrt/generic/config-dpdk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/generic/config-dpdk -------------------------------------------------------------------------------- /openwrt/generic/config-glibc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/generic/config-glibc -------------------------------------------------------------------------------- /openwrt/generic/config-lto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/generic/config-lto -------------------------------------------------------------------------------- /openwrt/generic/config-wwan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/generic/config-wwan -------------------------------------------------------------------------------- /openwrt/generic/upx_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/generic/upx_list.txt -------------------------------------------------------------------------------- /openwrt/nginx/luci.locations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/nginx/luci.locations -------------------------------------------------------------------------------- /openwrt/nginx/uci.conf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/nginx/uci.conf.template -------------------------------------------------------------------------------- /openwrt/patch/apk-tools/9999-hack-for-linux-pre-releases.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/apk-tools/9999-hack-for-linux-pre-releases.patch -------------------------------------------------------------------------------- /openwrt/patch/cgroupfs-mount/0001-fix-cgroupfs-mount.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/cgroupfs-mount/0001-fix-cgroupfs-mount.patch -------------------------------------------------------------------------------- /openwrt/patch/cgroupfs-mount/900-mount-cgroup-v2-hierarchy-to-sys-fs-cgroup-cgroup2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/cgroupfs-mount/900-mount-cgroup-v2-hierarchy-to-sys-fs-cgroup-cgroup2.patch -------------------------------------------------------------------------------- /openwrt/patch/cgroupfs-mount/901-fix-cgroupfs-umount.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/cgroupfs-mount/901-fix-cgroupfs-umount.patch -------------------------------------------------------------------------------- /openwrt/patch/cgroupfs-mount/902-mount-sys-fs-cgroup-systemd-for-docker-systemd-suppo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/cgroupfs-mount/902-mount-sys-fs-cgroup-systemd-for-docker-systemd-suppo.patch -------------------------------------------------------------------------------- /openwrt/patch/coremark/README.md: -------------------------------------------------------------------------------- 1 | # CoreMark (aarch64) prebuilt with GCC15 2 | -------------------------------------------------------------------------------- /openwrt/patch/coremark/coremark.aarch64-16-threads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/coremark/coremark.aarch64-16-threads -------------------------------------------------------------------------------- /openwrt/patch/coremark/coremark.aarch64-4-threads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/coremark/coremark.aarch64-4-threads -------------------------------------------------------------------------------- /openwrt/patch/coremark/coremark.aarch64-6-threads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/coremark/coremark.aarch64-6-threads -------------------------------------------------------------------------------- /openwrt/patch/dpdk/dpdk/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/dpdk/dpdk/Config.in -------------------------------------------------------------------------------- /openwrt/patch/dpdk/dpdk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/dpdk/dpdk/Makefile -------------------------------------------------------------------------------- /openwrt/patch/dpdk/dpdk/patches/010-dpdk_arm_build_platform_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/dpdk/dpdk/patches/010-dpdk_arm_build_platform_fix.patch -------------------------------------------------------------------------------- /openwrt/patch/dpdk/dpdk/patches/201-r8125-add-r8125-ethernet-poll-mode-driver.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/dpdk/dpdk/patches/201-r8125-add-r8125-ethernet-poll-mode-driver.patch -------------------------------------------------------------------------------- /openwrt/patch/dpdk/numactl/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/dpdk/numactl/Makefile -------------------------------------------------------------------------------- /openwrt/patch/firewall4/100-openwrt-firewall4-add-custom-nft-command-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/100-openwrt-firewall4-add-custom-nft-command-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/firewall4_patches/001-fix-fw4-flow-offload.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/firewall4_patches/001-fix-fw4-flow-offload.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/firewall4_patches/002-fix-fw4.uc-adept-kernel-version-type-of-x.x.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/firewall4_patches/002-fix-fw4.uc-adept-kernel-version-type-of-x.x.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/firewall4_patches/990-unconditionally-allow-ct-status-dnat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/firewall4_patches/990-unconditionally-allow-ct-status-dnat.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/firewall4_patches/999-01-firewall4-add-fullcone-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/firewall4_patches/999-01-firewall4-add-fullcone-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/firewall4_patches/999-02-firewall4-add-bcm-fullconenat-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/firewall4_patches/999-02-firewall4-add-bcm-fullconenat-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/firewall4_patches/README.md: -------------------------------------------------------------------------------- 1 | ### Patches for `package/network/config/firewall4` -------------------------------------------------------------------------------- /openwrt/patch/firewall4/libnftnl/0001-libnftnl-add-fullcone-expression-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/libnftnl/0001-libnftnl-add-fullcone-expression-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/libnftnl/0002-libnftnl-add-brcm-fullcone-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/libnftnl/0002-libnftnl-add-brcm-fullcone-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/luci-24.10/0001-luci-app-firewall-add-nft-fullcone-and-bcm-fullcone-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/luci-24.10/0001-luci-app-firewall-add-nft-fullcone-and-bcm-fullcone-.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/luci-24.10/0002-luci-app-firewall-add-shortcut-fe-option.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/luci-24.10/0002-luci-app-firewall-add-shortcut-fe-option.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/luci-24.10/0003-luci-app-firewall-add-ipv6-nat-option.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/luci-24.10/0003-luci-app-firewall-add-ipv6-nat-option.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/luci-24.10/0004-luci-add-firewall-add-custom-nft-rule-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/luci-24.10/0004-luci-add-firewall-add-custom-nft-rule-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/luci-24.10/0005-luci-app-firewall-add-natflow-offload-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/luci-24.10/0005-luci-app-firewall-add-natflow-offload-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/luci-24.10/0006-luci-app-firewall-enable-hardware-offload-only-on-de.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/luci-24.10/0006-luci-app-firewall-enable-hardware-offload-only-on-de.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/luci-24.10/0007-luci-app-firewall-add-fullcone6-option-for-nftables-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/luci-24.10/0007-luci-app-firewall-add-fullcone6-option-for-nftables-.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/nftables/0001-nftables-add-fullcone-expression-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/nftables/0001-nftables-add-fullcone-expression-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/nftables/0002-nftables-add-brcm-fullconenat-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/nftables/0002-nftables-add-brcm-fullconenat-support.patch -------------------------------------------------------------------------------- /openwrt/patch/firewall4/nftables/0003-drop-rej-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/firewall4/nftables/0003-drop-rej-file.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0001-tools-add-upx-tools.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0001-tools-add-upx-tools.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0002-rootfs-add-upx-compression-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0002-rootfs-add-upx-compression-support.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0003-rootfs-add-r-w-permissions-for-UCI-configuration-fil.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0003-rootfs-add-r-w-permissions-for-UCI-configuration-fil.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0004-rootfs-Add-support-for-local-kmod-installation-sourc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0004-rootfs-Add-support-for-local-kmod-installation-sourc.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0005-kernel-Add-support-for-llvm-clang-compiler.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0005-kernel-Add-support-for-llvm-clang-compiler.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0006-build-kernel-add-out-of-tree-kernel-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0006-build-kernel-add-out-of-tree-kernel-config.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0007-include-kernel-add-miss-config-for-linux-6.11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0007-include-kernel-add-miss-config-for-linux-6.11.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0008-meson-add-platform-variable-to-cross-compilation-fil.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0008-meson-add-platform-variable-to-cross-compilation-fil.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0009-kernel-add-legacy-cgroup-v1-memory-controller.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0009-kernel-add-legacy-cgroup-v1-memory-controller.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0010-kernel-add-PREEMPT_RT-support-for-aarch64-x86_64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0010-kernel-add-PREEMPT_RT-support-for-aarch64-x86_64.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0011-tools-squashfs4-enable-zstd-compression-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0011-tools-squashfs4-enable-zstd-compression-support.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0012-config-include-image-add-support-for-squashfs-zstd-c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0012-config-include-image-add-support-for-squashfs-zstd-c.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0013-include-kernel-Always-collect-module-symvers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0013-include-kernel-Always-collect-module-symvers.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/0014-include-netfilter-update-kernel-config-options-for-l.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/0014-include-netfilter-update-kernel-config-options-for-l.patch -------------------------------------------------------------------------------- /openwrt/patch/generic-24.10/202-toolchain-gcc-add-support-for-GCC-15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/generic-24.10/202-toolchain-gcc-add-support-for-GCC-15.patch -------------------------------------------------------------------------------- /openwrt/patch/glibc/glibc-common.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/glibc/glibc-common.patch -------------------------------------------------------------------------------- /openwrt/patch/iproute2/900-ss-output-TCP-BBRv3-diag-information.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/iproute2/900-ss-output-TCP-BBRv3-diag-information.patch -------------------------------------------------------------------------------- /openwrt/patch/iproute2/901-ip-introduce-the-ecn_low-per-route-feature.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/iproute2/901-ip-introduce-the-ecn_low-per-route-feature.patch -------------------------------------------------------------------------------- /openwrt/patch/iproute2/902-ss-display-ecn_low-if-tcp_info-tcpi_options-TCPI_OPT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/iproute2/902-ss-display-ecn_low-if-tcp_info-tcpi_options-TCPI_OPT.patch -------------------------------------------------------------------------------- /openwrt/patch/irqbalance/011-meson-numa.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/irqbalance/011-meson-numa.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/arm64/312-arm64-cpuinfo-Add-model-name-in-proc-cpuinfo-for-64bit-ta.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/arm64/312-arm64-cpuinfo-Add-model-name-in-proc-cpuinfo-for-64bit-ta.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0001-net-tcp_bbr-broaden-app-limited-rate-sample-detectio.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0001-net-tcp_bbr-broaden-app-limited-rate-sample-detectio.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0002-net-tcp_bbr-v2-shrink-delivered_mstamp-first_tx_msta.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0002-net-tcp_bbr-v2-shrink-delivered_mstamp-first_tx_msta.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0003-net-tcp_bbr-v2-snapshot-packets-in-flight-at-transmi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0003-net-tcp_bbr-v2-snapshot-packets-in-flight-at-transmi.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0004-net-tcp_bbr-v2-count-packets-lost-over-TCP-rate-samp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0004-net-tcp_bbr-v2-count-packets-lost-over-TCP-rate-samp.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0005-net-tcp_bbr-v2-export-FLAG_ECE-in-rate_sample.is_ece.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0005-net-tcp_bbr-v2-export-FLAG_ECE-in-rate_sample.is_ece.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0006-net-tcp_bbr-v2-introduce-ca_ops-skb_marked_lost-CC-m.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0006-net-tcp_bbr-v2-introduce-ca_ops-skb_marked_lost-CC-m.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0007-net-tcp_bbr-v2-adjust-skb-tx.in_flight-upon-merge-in.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0007-net-tcp_bbr-v2-adjust-skb-tx.in_flight-upon-merge-in.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0008-net-tcp_bbr-v2-adjust-skb-tx.in_flight-upon-split-in.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0008-net-tcp_bbr-v2-adjust-skb-tx.in_flight-upon-split-in.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0009-net-tcp-add-new-ca-opts-flag-TCP_CONG_WANTS_CE_EVENT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0009-net-tcp-add-new-ca-opts-flag-TCP_CONG_WANTS_CE_EVENT.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0010-net-tcp-re-generalize-TSO-sizing-in-TCP-CC-module-AP.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0010-net-tcp-re-generalize-TSO-sizing-in-TCP-CC-module-AP.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0011-net-tcp-add-fast_ack_mode-1-skip-rwin-check-in-tcp_f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0011-net-tcp-add-fast_ack_mode-1-skip-rwin-check-in-tcp_f.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0012-net-tcp_bbr-v2-record-app-limited-status-of-TLP-repa.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0012-net-tcp_bbr-v2-record-app-limited-status-of-TLP-repa.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0013-net-tcp_bbr-v2-inform-CC-module-of-losses-repaired-b.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0013-net-tcp_bbr-v2-inform-CC-module-of-losses-repaired-b.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0014-net-tcp_bbr-v2-introduce-is_acking_tlp_retrans_seq-i.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0014-net-tcp_bbr-v2-introduce-is_acking_tlp_retrans_seq-i.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0015-tcp-introduce-per-route-feature-RTAX_FEATURE_ECN_LOW.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0015-tcp-introduce-per-route-feature-RTAX_FEATURE_ECN_LOW.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0016-net-tcp_bbr-v3-update-TCP-bbr-congestion-control-mod.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0016-net-tcp_bbr-v3-update-TCP-bbr-congestion-control-mod.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0017-net-tcp_bbr-v3-ensure-ECN-enabled-BBR-flows-set-ECT-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0017-net-tcp_bbr-v3-ensure-ECN-enabled-BBR-flows-set-ECT-.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0018-tcp-export-TCPI_OPT_ECN_LOW-in-tcp_info-tcpi_options.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0018-tcp-export-TCPI_OPT_ECN_LOW-in-tcp_info-tcpi_options.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0019-x86-cfi-bpf-Add-tso_segs-and-skb_marked_lost-to-bpf_.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0019-x86-cfi-bpf-Add-tso_segs-and-skb_marked_lost-to-bpf_.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/bbr3/010-bbr3-0020-net-tcp_bbr-v3-silence-Wconstant-logical-operand.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/bbr3/010-bbr3-0020-net-tcp_bbr-v3-silence-Wconstant-logical-operand.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/btf/990-btf-silence-btf-module-warning-messages.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/btf/990-btf-silence-btf-module-warning-messages.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/linux-rt/012-RT-0001-drm-i915-Use-preempt_disable-enable_rt-where-recomme.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/linux-rt/012-RT-0001-drm-i915-Use-preempt_disable-enable_rt-where-recomme.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/linux-rt/012-RT-0002-drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-duri.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/linux-rt/012-RT-0002-drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-duri.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/linux-rt/012-RT-0003-drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/linux-rt/012-RT-0003-drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/linux-rt/012-RT-0004-drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_d.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/linux-rt/012-RT-0004-drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_d.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/linux-rt/012-RT-0005-drm-i915-Drop-the-irqs_disabled-check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/linux-rt/012-RT-0005-drm-i915-Drop-the-irqs_disabled-check.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/linux-rt/012-RT-0006-drm-i915-guc-Consider-also-RCU-depth-in-busy-loop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/linux-rt/012-RT-0006-drm-i915-guc-Consider-also-RCU-depth-in-busy-loop.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/linux-rt/012-RT-0007-Revert-drm-i915-Depend-on-PREEMPT_RT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/linux-rt/012-RT-0007-Revert-drm-i915-Depend-on-PREEMPT_RT.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0001-LRNG-Entropy-Source-and-DRNG-Manager.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0001-LRNG-Entropy-Source-and-DRNG-Manager.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0002-LRNG-allocate-one-DRNG-instance-per-NUMA-node.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0002-LRNG-allocate-one-DRNG-instance-per-NUMA-node.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0003-LRNG-proc-interface.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0003-LRNG-proc-interface.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0004-LRNG-add-switchable-DRNG-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0004-LRNG-add-switchable-DRNG-support.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0005-LRNG-add-common-generic-hash-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0005-LRNG-add-common-generic-hash-support.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0006-crypto-DRBG-externalize-DRBG-functions-for-LRNG.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0006-crypto-DRBG-externalize-DRBG-functions-for-LRNG.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0007-LRNG-add-SP800-90A-DRBG-extension.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0007-LRNG-add-SP800-90A-DRBG-extension.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0008-LRNG-add-kernel-crypto-API-PRNG-extension.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0008-LRNG-add-kernel-crypto-API-PRNG-extension.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0009-LRNG-add-atomic-DRNG-implementation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0009-LRNG-add-atomic-DRNG-implementation.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0010-LRNG-add-common-timer-based-entropy-source-code.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0010-LRNG-add-common-timer-based-entropy-source-code.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0011-LRNG-add-interrupt-entropy-source.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0011-LRNG-add-interrupt-entropy-source.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0012-scheduler-add-entropy-sampling-hook.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0012-scheduler-add-entropy-sampling-hook.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0013-LRNG-add-scheduler-based-entropy-source.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0013-LRNG-add-scheduler-based-entropy-source.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0014-LRNG-add-SP800-90B-compliant-health-tests.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0014-LRNG-add-SP800-90B-compliant-health-tests.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0015-LRNG-add-random.c-entropy-source-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0015-LRNG-add-random.c-entropy-source-support.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0016-LRNG-CPU-entropy-source.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0016-LRNG-CPU-entropy-source.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0017-LRNG-add-Jitter-RNG-fast-noise-source.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0017-LRNG-add-Jitter-RNG-fast-noise-source.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0018-LRNG-add-option-to-enable-runtime-entropy-rate-confi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0018-LRNG-add-option-to-enable-runtime-entropy-rate-confi.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0019-LRNG-add-interface-for-gathering-of-raw-entropy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0019-LRNG-add-interface-for-gathering-of-raw-entropy.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0020-LRNG-add-power-on-and-runtime-self-tests.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0020-LRNG-add-power-on-and-runtime-self-tests.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0021-LRNG-sysctls-and-proc-interface.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0021-LRNG-sysctls-and-proc-interface.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0022-LRMG-add-drop-in-replacement-random-4-API.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0022-LRMG-add-drop-in-replacement-random-4-API.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0023-LRNG-add-kernel-crypto-API-interface.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0023-LRNG-add-kernel-crypto-API-interface.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0024-LRNG-add-dev-lrng-device-file-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0024-LRNG-add-dev-lrng-device-file-support.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/lrng/011-LRNG-0025-LRNG-add-hwrand-framework-interface.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/lrng/011-LRNG-0025-LRNG-add-hwrand-framework-interface.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/net/601-netfilter-export-udp_get_timeouts-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/net/601-netfilter-export-udp_get_timeouts-function.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/net/952-net-conntrack-events-support-multiple-registrant.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/net/952-net-conntrack-events-support-multiple-registrant.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/net/953-net-patch-linux-kernel-to-support-shortcut-fe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/net/953-net-patch-linux-kernel-to-support-shortcut-fe.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/net/982-add-bcm-fullcone-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/net/982-add-bcm-fullcone-support.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/net/983-add-bcm-fullcone-nft_masq-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/net/983-add-bcm-fullcone-nft_masq-support.patch -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/net/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/net/README.md -------------------------------------------------------------------------------- /openwrt/patch/kernel-6.18/openwrt/linux-6.18-target-linux-generic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/kernel-6.18/openwrt/linux-6.18-target-linux-generic.patch -------------------------------------------------------------------------------- /openwrt/patch/key.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/key.tar.gz -------------------------------------------------------------------------------- /openwrt/patch/luci/0001-luci-mod-system-add-modal-overlay-dialog-to-reboot.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/0001-luci-mod-system-add-modal-overlay-dialog-to-reboot.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/0002-luci-mod-status-displays-actual-process-memory-usage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/0002-luci-mod-status-displays-actual-process-memory-usage.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/0003-luci-mod-status-storage-index-applicable-only-to-val.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/0003-luci-mod-status-storage-index-applicable-only-to-val.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/0004-luci-mod-status-firewall-disable-legacy-firewall-rul.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/0004-luci-mod-status-firewall-disable-legacy-firewall-rul.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/0005-luci-mod-system-add-refresh-interval-setting.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/0005-luci-mod-system-add-refresh-interval-setting.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/0006-luci-mod-system-mounts-add-docker-directory-mount-po.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/0006-luci-mod-system-mounts-add-docker-directory-mount-po.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/0007-luci-mod-system-add-ucitrack-luci-mod-system-zram.js.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/0007-luci-mod-system-add-ucitrack-luci-mod-system-zram.js.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/applications/luci-app-frpc/001-luci-app-frpc-hide-token.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/applications/luci-app-frpc/001-luci-app-frpc-hide-token.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/applications/luci-app-frpc/002-luci-app-frpc-add-enable-flag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/applications/luci-app-frpc/002-luci-app-frpc-add-enable-flag.patch -------------------------------------------------------------------------------- /openwrt/patch/luci/applications/luci-app-natmap/0001-luci-app-natmap-add-default-STUN-server-lists.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/luci/applications/luci-app-natmap/0001-luci-app-natmap-add-default-STUN-server-lists.patch -------------------------------------------------------------------------------- /openwrt/patch/mt76/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/mt76/Makefile -------------------------------------------------------------------------------- /openwrt/patch/mt76/README.md: -------------------------------------------------------------------------------- 1 | # mt76 - fix build for linux-6.18 2 | -------------------------------------------------------------------------------- /openwrt/patch/mt76/patches/101-fix-build-with-linux-6.12rc2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/mt76/patches/101-fix-build-with-linux-6.12rc2.patch -------------------------------------------------------------------------------- /openwrt/patch/mt76/patches/102-fix-build-with-linux-6.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/mt76/patches/102-fix-build-with-linux-6.18.patch -------------------------------------------------------------------------------- /openwrt/patch/netifd/001-hack-packet_steering-for-nanopi-r76s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/netifd/001-hack-packet_steering-for-nanopi-r76s.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/901-Revert-speed-Pass-IV-to-EVP_CipherInit_ex-for-evp-ru.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/901-Revert-speed-Pass-IV-to-EVP_CipherInit_ex-for-evp-ru.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/902-Revert-apps-speed.c-Fix-the-benchmarking-for-AEAD-ci.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/902-Revert-apps-speed.c-Fix-the-benchmarking-for-AEAD-ci.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0001-QUIC-Add-support-for-BoringSSL-QUIC-APIs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0001-QUIC-Add-support-for-BoringSSL-QUIC-APIs.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0002-QUIC-New-method-to-get-QUIC-secret-length.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0002-QUIC-New-method-to-get-QUIC-secret-length.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0003-QUIC-Make-temp-secret-names-less-confusing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0003-QUIC-Make-temp-secret-names-less-confusing.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0004-QUIC-Move-QUIC-transport-params-to-encrypted-extensi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0004-QUIC-Move-QUIC-transport-params-to-encrypted-extensi.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0005-QUIC-Use-proper-secrets-for-handshake.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0005-QUIC-Use-proper-secrets-for-handshake.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0006-QUIC-Handle-partial-handshake-messages.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0006-QUIC-Handle-partial-handshake-messages.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0007-QUIC-Fix-quic_transport-constructors-parsers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0007-QUIC-Fix-quic_transport-constructors-parsers.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0008-QUIC-Reset-init-state-in-SSL_process_quic_post_hands.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0008-QUIC-Reset-init-state-in-SSL_process_quic_post_hands.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0009-QUIC-Don-t-process-an-incomplete-message.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0009-QUIC-Don-t-process-an-incomplete-message.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0010-QUIC-Quick-fix-s2c-to-c2s-for-early-secret.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0010-QUIC-Quick-fix-s2c-to-c2s-for-early-secret.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0011-QUIC-Add-client-early-traffic-secret-storage.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0011-QUIC-Add-client-early-traffic-secret-storage.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0012-QUIC-Add-OPENSSL_NO_QUIC-wrapper.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0012-QUIC-Add-OPENSSL_NO_QUIC-wrapper.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0013-QUIC-Correctly-disable-middlebox-compat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0013-QUIC-Correctly-disable-middlebox-compat.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0014-QUIC-Move-QUIC-code-out-of-tls13_change_cipher_state.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0014-QUIC-Move-QUIC-code-out-of-tls13_change_cipher_state.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0015-QUIC-Tweeks-to-quic_change_cipher_state.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0015-QUIC-Tweeks-to-quic_change_cipher_state.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0016-QUIC-Add-support-for-more-secrets.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0016-QUIC-Add-support-for-more-secrets.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0017-QUIC-Fix-resumption-secret.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0017-QUIC-Fix-resumption-secret.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0018-QUIC-Handle-EndOfEarlyData-and-MaxEarlyData.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0018-QUIC-Handle-EndOfEarlyData-and-MaxEarlyData.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0019-QUIC-Fall-through-for-0RTT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0019-QUIC-Fall-through-for-0RTT.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0020-QUIC-Some-cleanup-for-the-main-QUIC-changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0020-QUIC-Some-cleanup-for-the-main-QUIC-changes.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0021-QUIC-Prevent-KeyUpdate-for-QUIC.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0021-QUIC-Prevent-KeyUpdate-for-QUIC.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0022-QUIC-Test-KeyUpdate-rejection.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0022-QUIC-Test-KeyUpdate-rejection.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0023-QUIC-Buffer-all-provided-quic-data.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0023-QUIC-Buffer-all-provided-quic-data.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0024-QUIC-Enforce-consistent-encryption-level-for-handsha.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0024-QUIC-Enforce-consistent-encryption-level-for-handsha.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0025-QUIC-add-v1-quic_transport_parameters.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0025-QUIC-add-v1-quic_transport_parameters.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0026-QUIC-return-success-when-no-post-handshake-data.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0026-QUIC-return-success-when-no-post-handshake-data.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0027-QUIC-__owur-makes-no-sense-for-void-return-values.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0027-QUIC-__owur-makes-no-sense-for-void-return-values.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0028-QUIC-remove-SSL_R_BAD_DATA_LENGTH-unused.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0028-QUIC-remove-SSL_R_BAD_DATA_LENGTH-unused.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0029-QUIC-SSLerr-ERR_raise-ERR_LIB_SSL.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0029-QUIC-SSLerr-ERR_raise-ERR_LIB_SSL.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0030-QUIC-Add-compile-run-time-checking-for-QUIC.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0030-QUIC-Add-compile-run-time-checking-for-QUIC.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0031-QUIC-Add-early-data-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0031-QUIC-Add-early-data-support.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0032-QUIC-Make-SSL_provide_quic_data-accept-0-length-data.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0032-QUIC-Make-SSL_provide_quic_data-accept-0-length-data.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0033-QUIC-Process-multiple-post-handshake-messages-in-a-s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0033-QUIC-Process-multiple-post-handshake-messages-in-a-s.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0034-QUIC-Fix-CI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0034-QUIC-Fix-CI.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0035-QUIC-Break-up-header-body-processing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0035-QUIC-Break-up-header-body-processing.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0036-QUIC-Don-t-muck-with-FIPS-checksums.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0036-QUIC-Don-t-muck-with-FIPS-checksums.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0037-QUIC-Update-RFC-references.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0037-QUIC-Update-RFC-references.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0038-QUIC-revert-white-space-change.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0038-QUIC-revert-white-space-change.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0039-QUIC-use-SSL_IS_QUIC-in-more-places.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0039-QUIC-use-SSL_IS_QUIC-in-more-places.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0040-QUIC-Error-when-non-empty-session_id-in-CH.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0040-QUIC-Error-when-non-empty-session_id-in-CH.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0041-QUIC-Update-SSL_clear-to-clear-quic-data.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0041-QUIC-Update-SSL_clear-to-clear-quic-data.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0042-QUIC-Better-SSL_clear.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0042-QUIC-Better-SSL_clear.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0043-QUIC-Fix-extension-test.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0043-QUIC-Fix-extension-test.patch -------------------------------------------------------------------------------- /openwrt/patch/openssl/quic/0044-QUIC-Update-metadata-version.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openssl/quic/0044-QUIC-Update-metadata-version.patch -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/500-world-regd-5GHz.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/500-world-regd-5GHz.patch -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/gcc-15-c23/gmp/001-fix-build-with-gcc-15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/gcc-15-c23/gmp/001-fix-build-with-gcc-15.patch -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/gcc-15/README.md: -------------------------------------------------------------------------------- 1 | ### Fix build for GCC15 Snapshot 2 | -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/gcc-15/elfutils/901-backends-fix-string-initialization-error-on-gcc15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/gcc-15/elfutils/901-backends-fix-string-initialization-error-on-gcc15.patch -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/gcc-15/libwebsockets/901-fix-string-initialization-error-on-gcc15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/gcc-15/libwebsockets/901-fix-string-initialization-error-on-gcc15.patch -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/gcc-15/libxcrypt/901-fix-string-initialization-error-on-gcc15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/gcc-15/libxcrypt/901-fix-string-initialization-error-on-gcc15.patch -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/block.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/block.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/can.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/can.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/crypto.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/crypto.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/firewire.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/firewire.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/fs.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/fs.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/gpio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/gpio.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/hwmon.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/hwmon.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/i2c.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/i2c.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/iio.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/iio.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/input.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/input.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/leds.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/leds.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/lib.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/lib.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/multiplexer.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/multiplexer.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/netdevices.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/netdevices.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/netfilter.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/netfilter.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/netsupport.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/netsupport.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/nls.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/nls.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/other.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/other.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/pcmcia.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/pcmcia.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/rtc.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/rtc.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/sound.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/sound.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/spi.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/spi.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/usb.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/usb.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/video.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/video.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/virt.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/virt.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/w1.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/w1.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/modules/wpan.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/modules/wpan.mk -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/musl/990-add-typedefs-for-Elf64_Relr-and-Elf32_Relr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/musl/990-add-typedefs-for-Elf64_Relr-and-Elf32_Relr.patch -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/perf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/perf/Makefile -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/x86/64/config-6.18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/x86/64/config-6.18 -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/x86/base-files/etc/board.d/01_leds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/x86/base-files/etc/board.d/01_leds -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/x86/base-files/etc/board.d/02_network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/x86/base-files/etc/board.d/02_network -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/x86/config-6.18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/x86/config-6.18 -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/x86/patches-6.18/100-fix_cs5535_clockevt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/x86/patches-6.18/100-fix_cs5535_clockevt.patch -------------------------------------------------------------------------------- /openwrt/patch/openwrt-6.x/x86/patches-6.18/103-pcengines_apu6_platform.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/openwrt-6.x/x86/patches-6.18/103-pcengines_apu6_platform.patch -------------------------------------------------------------------------------- /openwrt/patch/opkg/900-opkg-download-disable-hsts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/opkg/900-opkg-download-disable-hsts.patch -------------------------------------------------------------------------------- /openwrt/patch/opkg/901-libopkg-opkg_install-copy-conffiles-to-the-system-co.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/opkg/901-libopkg-opkg_install-copy-conffiles-to-the-system-co.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/README.md: -------------------------------------------------------------------------------- 1 | ### Fix build for linux-6.18 2 | -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/batman-adv/901-fix-linux-6.12rc2-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/batman-adv/901-fix-linux-6.12rc2-builds.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/bpf-headers/900-fix-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/bpf-headers/900-fix-build.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/clang/macremapper/100-macremapper-fix-clang-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/clang/macremapper/100-macremapper-fix-clang-build.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/clang/netatop/900-fix-build-with-clang.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/clang/netatop/900-fix-build-with-clang.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/cryptodev-linux/6.12/0005-Fix-cryptodev_verbosity-sysctl-for-Linux-6.11-rc1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/cryptodev-linux/6.12/0005-Fix-cryptodev_verbosity-sysctl-for-Linux-6.11-rc1.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/cryptodev-linux/6.12/0006-Exclude-unused-struct-since-Linux-6.5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/cryptodev-linux/6.12/0006-Exclude-unused-struct-since-Linux-6.5.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/cryptodev-linux/6.18/900-fix-linux-6.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/cryptodev-linux/6.18/900-fix-linux-6.18.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/gpio-button-hotplug/fix-linux-6.12.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/gpio-button-hotplug/fix-linux-6.12.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/gpio-nct5104d/fix-linux-6.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/gpio-nct5104d/fix-linux-6.18.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/jool/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/jool/Makefile -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/jool/patches/100-fix-compilation-warning-simple-fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/jool/patches/100-fix-compilation-warning-simple-fix.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/jool/patches/900-fix-build-with-linux-6.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/jool/patches/900-fix-build-with-linux-6.18.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/kselftests-bpf/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/kselftests-bpf/Makefile -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/libpfring/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/libpfring/Makefile -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/libpfring/patches/0001-fix-cross-compiling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/libpfring/patches/0001-fix-cross-compiling.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/libpfring/patches/100-fix-compilation-warning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/libpfring/patches/100-fix-compilation-warning.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/libpfring/patches/900-fix-linux-6.6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/libpfring/patches/900-fix-linux-6.6.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/libpfring/patches/901-fix-build-for-linux-6.17.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/libpfring/patches/901-fix-build-for-linux-6.17.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/nat46/100-fix-build-with-kernel-6.9.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/nat46/100-fix-build-with-kernel-6.9.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/nat46/101-fix-build-with-kernel-6.12.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/nat46/101-fix-build-with-kernel-6.12.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/nat46/102-fix-build-with-kernel-6.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/nat46/102-fix-build-with-kernel-6.18.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/ovpn-dco/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/ovpn-dco/Makefile -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/rtpengine/900-fix-linux-6.12-11.5.1.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/rtpengine/900-fix-linux-6.12-11.5.1.18.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/rtpengine/901-fix-build-for-linux-6.18.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/rtpengine/901-fix-build-for-linux-6.18.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/sms-tools/900-fix-incompatible-pointer-type-error-for-signal-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/sms-tools/900-fix-incompatible-pointer-type-error-for-signal-function.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/ubootenv-nvram/010-make-ubootenv_remove-return-void-for-linux-6.12.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/ubootenv-nvram/010-make-ubootenv_remove-return-void-for-linux-6.12.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/v4l2loopback/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/v4l2loopback/Makefile -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/xtables-addons/301-fix-build-with-linux-6.12.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/xtables-addons/301-fix-build-with-linux-6.12.patch -------------------------------------------------------------------------------- /openwrt/patch/packages-patches/xtables-addons/302-fix-build-for-linux-6.12rc2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/packages-patches/xtables-addons/302-fix-build-for-linux-6.12rc2.patch -------------------------------------------------------------------------------- /openwrt/patch/pcre/Config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/pcre/Config.in -------------------------------------------------------------------------------- /openwrt/patch/pcre/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/pcre/Makefile -------------------------------------------------------------------------------- /openwrt/patch/rtc/sysfixtime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/rtc/sysfixtime -------------------------------------------------------------------------------- /openwrt/patch/sqm-scripts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/sqm-scripts/Makefile -------------------------------------------------------------------------------- /openwrt/patch/target-modify_for_aarch64_x86_64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/target-modify_for_aarch64_x86_64.patch -------------------------------------------------------------------------------- /openwrt/patch/vim/0001-vim-fix-renamed-defaults-config-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/patch/vim/0001-vim-fix-renamed-defaults-config-file.patch -------------------------------------------------------------------------------- /openwrt/scripts/00-prepare_base.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/scripts/00-prepare_base.sh -------------------------------------------------------------------------------- /openwrt/scripts/01-prepare_base-mainline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/scripts/01-prepare_base-mainline.sh -------------------------------------------------------------------------------- /openwrt/scripts/02-prepare_package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/scripts/02-prepare_package.sh -------------------------------------------------------------------------------- /openwrt/scripts/03-convert_translation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/scripts/03-convert_translation.sh -------------------------------------------------------------------------------- /openwrt/scripts/04-fix_kmod.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/scripts/04-fix_kmod.sh -------------------------------------------------------------------------------- /openwrt/scripts/05-fix-source.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/scripts/05-fix-source.sh -------------------------------------------------------------------------------- /openwrt/scripts/10-custom.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # 自定义脚本 4 | -------------------------------------------------------------------------------- /openwrt/scripts/99_clean_build_cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/openwrt/scripts/99_clean_build_cache.sh -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | -------------------------------------------------------------------------------- /rsync_deny.txt: -------------------------------------------------------------------------------- 1 | /build.sh 2 | openwrt/.git 3 | tags/tmp -------------------------------------------------------------------------------- /tags/kernel-6.18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/tags/kernel-6.18 -------------------------------------------------------------------------------- /tags/kernel-tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/tags/kernel-tag.sh -------------------------------------------------------------------------------- /tags/openwrt-tag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sbwml/r4s_build_script/HEAD/tags/openwrt-tag.sh -------------------------------------------------------------------------------- /tags/v24: -------------------------------------------------------------------------------- 1 | 24.10.4 2 | --------------------------------------------------------------------------------