骷髅头
b030e9103a
uboot-rockchip:fix r4se uboot sd card not bootable ( #10117 )
...
* uboot-rockchip:fix r4se uboot sd card not bootable
this will cause uboot to fail to load the sd card at startup, and uboot can recognize emmc
* rockchip:fix r4se system loading prompt led
* add the previous one
* fix
2022-09-15 14:05:50 +08:00
lean
61d68ec9b2
bridger: add bridge forwarding accelerator for target
2022-09-15 13:42:02 +08:00
lean
fabfc44859
bpftools: update to standalone bpftools + libbpf, use the latest version
2022-09-15 12:11:45 +08:00
HunZI
a8c7197cf1
cmake.mk: fix for install llvm-bdf ( #10109 )
2022-09-14 22:38:59 +08:00
lean
4a2ff4b1c6
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2022-09-14 10:29:10 +08:00
lean
11b4453dca
netfilter.mk: fix kmod-nf-log6 conflict with kmod-ip6tables
2022-09-14 10:26:49 +08:00
骷髅头
d418fa80b4
rockchip:fix r5s led not bright and add nvme driver ( #10108 )
...
* rockchip:modify the correct name of the led
* rockchip:r5s nvme driver enabled by default
2022-09-14 01:42:46 +08:00
lean
bd8bd60f4d
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2022-09-14 01:19:14 +08:00
lean
1003232a70
ipq807x: fix nss ecm support in kernel 5.15
2022-09-14 01:19:04 +08:00
Jiaxun Yang
b9ca497b9f
ath11k-firmware: Add missing board-2.bin for QCA6390 ( #10106 )
...
board-2.bin is mandatory for ath11k to work with QCA6390.
2022-09-14 00:50:32 +08:00
lean
30c3448606
qca-nss-drv-64: revert to QSDK 11.4
2022-09-13 21:31:21 +08:00
lean
64099b947a
qca-ssdk: revert to QSDK 11.4
2022-09-13 21:11:00 +08:00
lean
4ae038fae6
nss-firmware: update to 12.1 fw
2022-09-13 20:08:09 +08:00
lean
d0e78ded01
kernel: bump 5.15 to 5.15.67
2022-09-13 19:25:12 +08:00
lean
cebb316d0f
kernel: bump 5.15 to 5.15.65
2022-09-13 19:18:21 +08:00
lean
e438377b24
ipq807x: fix mf269 dts
2022-09-13 19:08:25 +08:00
lean
4da63f1fef
ipq807x: fix patch for building
2022-09-13 18:57:15 +08:00
lean
518cd6a5c5
rockchip: default smp tune on
2022-09-13 17:03:53 +08:00
lean
0f103f7e83
cmake.mk: sync with upstream
2022-09-13 16:46:46 +08:00
lean
79d9040c5c
ipq60xx: add dma arm64 api patch
2022-09-13 15:19:06 +08:00
lean
f66cf9d38c
ipq807x: add kernel 5.15 support
2022-09-13 10:45:32 +08:00
lean
c07f003c89
ipq807x: add nss ecm support from QSDK12 for 5.10
2022-09-13 10:34:59 +08:00
lean
ea55ecee06
mediatek: add Xiaomi Redmi Router AX6000 support
2022-09-13 00:52:35 +08:00
lean
64e592e2d1
netfilter.mk: fix nft-socket and nft-tproxy depend
2022-09-13 00:24:50 +08:00
John Audia
d91aa7cef1
kernel: add # CONFIG_ARM64_ERRATUM_2441009 symbol
...
No current targets are ARMv9 or Cortex-A510 so comment the new symbol.[1]
Signed-off-by: John Audia <therealgraysky@proton.me>
2022-09-13 00:18:17 +08:00
Petr Štetiar
bcfa26c0c6
tools: remove xxd package
...
It shouldn't be needed anymore as we've now `scripts/xxdi.pl`, which
should be self contained and fully compatible `xxd -i` replacement.
Fixes : #10555
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-09-13 00:08:53 +08:00
Petr Štetiar
a025d16dfb
build: provide xxd -i with scripts/xxdi.pl
...
Dependency on xxd was added in commit c4dd2441e787 ("tools: add xxd
(from vim)") as U-Boot requires xxd to create the default environment
from an external file.
Later in commit 2b94aac7a128 ("tools: xxd: use more convenient source
tarball"), xxd from another source was used instead, but that source is
currently unavailable, so let's fix it by using simple xxdi.pl Perl
script instead.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-09-13 00:07:40 +08:00
Petr Štetiar
fa4dc514ee
scripts: xxdi.pl: add xxd -i compat mode
...
So it can serve as a standalone drop in replacement for xxd utility used
currently mostly in U-Boot packages with `xxd -i` mode which outputs C
include file style, with aim for byte to byte identical output, so the
eventual difference in the generated output is easily spottable.
Fixes : #10555
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Jo-Philipp Wich <jo@mein.io> [perl-fu]
2022-09-13 00:07:13 +08:00
Jo-Philipp Wich
5fc18bd177
scripts: xxdi.pl: remove File::Slurp dependency
...
In order to make it more portable.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-09-13 00:06:57 +08:00
Petr Štetiar
27881dcb32
scripts: add xxdi.pl
...
xxdi.pl is a Perl script that implements vim's 'xxd -i' mode so that
packages do not have to use all of vim just to get this functionality.
References: #10555
Source: 97a6bd5cee/xxdi.pl
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2022-09-13 00:06:20 +08:00
lean
fc1df36dc1
qca-nss-ecm-64: rework for ipq807x 5.15 support
2022-09-12 19:51:54 +08:00
lean
88c0fe5c1a
ipq60xx: add nss ecm kernel support for 5.15
2022-09-12 19:18:41 +08:00
lean
3da5d6fffd
qca-nss-drv-64: add kernel 5.15 support
2022-09-12 18:58:21 +08:00
lean
7b0b726436
ipq60xx: add qihoo 360v6 factory ubi support
2022-09-12 14:23:44 +08:00
lean
76351e33bf
qca-nss-dp: add kernel 5.15 support
2022-09-12 14:06:04 +08:00
lean
ddc3641e5b
qca-ssdk: add kernel 5.15 support
2022-09-12 13:48:20 +08:00
lean
771d6973ac
ipq60xx: fix kernel 5.15 dts support
2022-09-12 04:35:31 +08:00
lean
ea54bd7ca1
ipq60xx: add Qihoo 360v6 AX1800 support
2022-09-12 04:29:38 +08:00
lean
07a92bc1db
qca-ssdk: Support ipq60xx target
2022-09-12 03:49:57 +08:00
lean
163022ea32
ath11k: enable ipq60xx target dependency
2022-09-12 03:44:59 +08:00
lean
9c0a73385d
kernel: netfilter: Add nf_tproxy_ipv{4,6} and nf_socket_ipv{4,6}
2022-09-12 02:58:55 +08:00
Beginner
931b793a06
kernel: bump 5.10 to 5.10.142 ( #10084 )
...
* kernel: bump 5.10 to 5.10.139
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
* kernel: bump 5.10 to 5.10.141
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
* kernel: bump 5.10 to 5.10.142
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
* kernel: refresh 5.10 patches
Manual rebase:
target/linux/generic/hack-5.10/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
Build system: x86_64
Build-tested: x86_64
Run-tested: x86_64
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
Signed-off-by: John Audia <therealgraysky@proton.me>
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
Co-authored-by: John Audia <therealgraysky@proton.me>
2022-09-12 01:25:26 +08:00
lean
168828486e
dnsmasq: add patch for DHCPv6 to honor IPv6 address on MAC address
2022-09-12 01:24:33 +08:00
lean
e101ec4903
toolchain: Use GCC 8 by default for mips target
2022-09-11 13:08:49 +08:00
lean
d7b9bb3d95
ntfs3-mount: drop ntfs3-oot
2022-09-11 03:38:41 +08:00
lean
2b04e06a1c
fs: port ntfs3 from kernel 5.19 to 5.10
2022-09-11 03:36:58 +08:00
lean
915d5814dd
fs: port ntfs3 from kernel 5.19 to 5.4
2022-09-11 03:34:53 +08:00
Beginner
985cc94b09
toolchain/gcc: GCC12 sync upstream ( #10080 )
2022-09-11 02:32:11 +08:00
Malash
43f8817298
ath11k-firmware: WCN6855: fix firmware link ( #10078 )
2022-09-10 21:39:35 +08:00
lovehackintosh
64b3d5a061
kernel: fixes build error and refresh 5.15 patches ( #10074 )
...
Manually rebased:
target/linux/generic/hack-5.15/953-net-patch-linux-kernel-to-support-shortcut-fe.patch
All other patches automatically rebased.
Build system: x86_64
Fixes : #10071
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
2022-09-10 18:18:08 +08:00