lean
5428ab1b70
kernel: bump 5.15 to 5.15.68
2022-09-17 18:22:20 +08:00
lean
aee55b2e97
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2022-09-17 17:45:26 +08:00
lean
548ac73c5b
kernel: bump 5.4 to 5.4.211
2022-09-17 17:45:16 +08:00
lovehackintosh
4d3f1a6e78
kernel: bump 5.10 to 5.10.143 ( #10138 )
...
* kernel: bump 5.10 to 5.10.143
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
* kernel: refresh 5.10 patches
All patches automatically rebased.
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Signed-off-by: John Audia <therealgraysky@proton.me>
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Co-authored-by: John Audia <therealgraysky@proton.me>
2022-09-17 17:32:05 +08:00
aakkll
84c7916464
kernel: bump 5.19 to 5.19.9 ( #10125 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-09-16 02:10:53 +08:00
AmadeusGhost
58ccac858b
Revert "rockchip: default smp tune on"
...
This reverts commit 518cd6a5c5
.
2022-09-15 15:20:13 +08:00
HunZI
a8c7197cf1
cmake.mk: fix for install llvm-bdf ( #10109 )
2022-09-14 22:38:59 +08:00
lean
11b4453dca
netfilter.mk: fix kmod-nf-log6 conflict with kmod-ip6tables
2022-09-14 10:26:49 +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
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
64e592e2d1
netfilter.mk: fix nft-socket and nft-tproxy depend
2022-09-13 00:24:50 +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
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
0321612a81
kernel: bump 5.15 to 5.15.64
2022-09-10 01:34:26 +08:00
aakkll
261968b99c
kernel: bump 5.19 to 5.19.8 ( #10068 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-09-08 23:36:40 +08:00
aakkll
ccf92add04
kernel: bump 5.19 to 5.19.7 ( #10059 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-09-06 15:20:42 +08:00
lean
109c4fc947
kernel: bump 5.19 to 5.19.6
2022-08-31 23:51:09 +08:00
lean
fc76404440
kernel: bump 5.19 to 5.19.5
2022-08-30 00:26:28 +08:00
Daniel Golle
2efe9343ca
trusted-firmware-a.mk: pass DTC path similar to u-boot.mk
...
Instead of relying on dtc being provided by the build host use the
dtc from $(LINUX_DIR) similar to how it's done also in u-boot.mk.
For this to work kernel.mk now needs to be included before
trusted-firmware-a.mk, add this include to all affected packages.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2022-08-29 11:20:19 +08:00
lovehackintosh
ec3a9bd8ac
kernel: bump 5.15 to 5.15.63 ( #9999 )
...
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Signed-off-by: John Audia <therealgraysky@proton.me>
Co-authored-by: John Audia <therealgraysky@proton.me>
2022-08-26 13:11:25 +08:00
lovehackintosh
c48c51cc37
kernel: bump 5.10 to 5.10.138 ( #9998 )
...
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Signed-off-by: John Audia <therealgraysky@proton.me>
Co-authored-by: John Audia <therealgraysky@proton.me>
2022-08-26 13:10:58 +08:00
aakkll
abd4c51b2e
kernel: bump 5.19 to 5.19.4 ( #9995 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-08-25 22:23:31 +08:00
lovehackintosh
013282f696
kernel: bump 5.15 to 5.15.62 ( #9994 )
...
Runtime tested on turris-omnia and glinet-b1300.
Tested-by: John Audia <therealgraysky@proton.me> [bcm2711/RPi4B, mt7622/RT3200]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Co-authored-by: Petr Štetiar <ynezz@true.cz>
2022-08-25 22:22:58 +08:00
lovehackintosh
8943750549
kernel: bump 5.10 to 5.10.137 ( #9990 )
...
All other patches automagically rebased.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Co-authored-by: Petr Štetiar <ynezz@true.cz>
2022-08-24 13:20:32 +08:00
Felix Fietkau
9d2215976c
tools: build bash on macOS and use it for ipkg-build
...
On macOS, system binaries silently drop the environment variables for injecting
extra shared libraries (used by fakeroot). This is done for security reasons.
Work around this by building bash from source, so that it gets an ad-hoc signature
and does not have these restrictions
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2022-08-24 10:53:47 +08:00
aakkll
a36ce8009b
kernel: bump 5.19 to 5.19.3 ( #9983 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-08-22 18:40:03 +08:00
lean
5c200342a7
kernel: bump 5.19 to 5.19.2
2022-08-17 23:21:20 +08:00
coolsnowwolf
5ca4955cff
kernel: remove linux 5.18 support
2022-08-13 09:48:21 +00:00
John Audia
6a5774c12a
kernel: bump 5.10 to 5.10.136
...
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
2022-08-12 10:09:41 +08:00
John Audia
6b6f1111fa
kernel: bump 5.15 to 5.15.60
...
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B, mt7622/RT3200
Run-tested: bcm2711/RPi4B, mt7622/RT3200
Signed-off-by: John Audia <therealgraysky@proton.me>
2022-08-12 10:08:39 +08:00
coolsnowwolf
43a63dec23
kernel: bump 5.19 to 5.19.1
2022-08-11 14:58:09 +00:00
aakkll
3c316115f9
kernel: bump 5.18 to 5.18.16 ( #9892 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-08-06 00:23:26 +08:00
aakkll
dad62d5fb5
kernel: bump 5.15 to 5.15.59 ( #9891 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-08-06 00:23:05 +08:00
lovehackintosh
cabbef2b4e
kernel: bump 5.10 to 5.10.135 ( #9887 )
...
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Co-authored-by: John Audia <therealgraysky@proton.me>
2022-08-05 11:19:25 +08:00
lean
afd4fa3eb0
kernel: update 5.19 new hashsum dl
2022-08-01 19:04:47 +08:00
lean
b5da81b795
kernel: update 5.19 new hashsum dl
2022-08-01 19:02:08 +08:00
lean
de2e28cdc5
kernel: add linux 5.19 stable release support
2022-08-01 15:55:28 +08:00
Beginner
a735627a66
kernel: bump 5.10 to 5.10.134 ( #9868 )
...
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Co-authored-by: John Audia <therealgraysky@proton.me>
2022-07-31 13:25:41 +08:00
aakkll
d8e34160b8
kernel: bump 5.18 to 5.18.15 ( #9859 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-07-30 10:17:58 +08:00
aakkll
25ff31a63c
kernel: bump 5.15 to 5.15.58 ( #9860 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-07-30 10:17:48 +08:00
lovehackintosh
7ad9516bf1
kernel: bump 5.10 to 5.10.133 ( #9845 )
2022-07-27 23:51:57 +08:00
aakkll
d43bee457c
kernel: bump 5.18 to 5.18.14 ( #9823 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-07-23 23:40:03 +08:00
aakkll
4ad9acd2f0
kernel: bump 5.15 to 5.15.57 ( #9824 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-07-23 23:39:52 +08:00
aakkll
8852b7bb51
kernel: bump 5.15 to 5.15.56 ( #9816 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-07-22 18:13:08 +08:00
aakkll
bb63dd2d5b
kernel: bump 5.18 to 5.18.13 ( #9818 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-07-22 18:12:53 +08:00
lovehackintosh
340fe78011
kernel: bump 5.10 to 5.10.131 ( #9807 )
2022-07-21 10:00:21 +08:00
aakkll
9626ed9a75
kernel: bump 5.18 to 5.18.12 ( #9763 )
...
Signed-off-by: aakkll <94471752+aakkll@users.noreply.github.com>
2022-07-16 17:26:45 +08:00