Commit Graph

870 Commits

Author SHA1 Message Date
coolsnowwolf
840b076139 kernel: bump 6.12 to 6.12.20 2025-03-25 01:45:26 +08:00
coolsnowwolf
391830f91c kernel: bump 6.6 to 6.6.84 2025-03-25 01:04:12 +08:00
coolsnowwolf
3f938d01a6 kernel: bump all to latest HEAD 2025-03-14 16:02:08 +08:00
coolsnowwolf
e005f3b627 kernel: bump 5.x to latest HEAD 2025-03-13 13:00:19 +08:00
coolsnowwolf
74aa05a408 kernel: bump 6.1 to 6.1.130 2025-03-13 12:57:08 +08:00
coolsnowwolf
75f99ed4fd kernel: bump 6.6 to 6.6.82 2025-03-13 12:39:59 +08:00
coolsnowwolf
fd54fed45c kernel: bump 6.12 to 6.12.18 2025-03-10 16:01:28 +08:00
coolsnowwolf
6fbd06a3a0 kernel: bump 6.12 to 6.12.16 2025-02-25 14:12:02 +08:00
coolsnowwolf
111e93f75d kernel: bump 6.x to latest HEAD 2025-02-06 19:40:05 +08:00
coolsnowwolf
e905fdb169 OpenWrt v24.10.0: adjust config defaults 2025-02-06 19:35:15 +08:00
coolsnowwolf
d49a280942 kernel: bump 5.x to latest HEAD 2025-01-31 15:55:16 +08:00
coolsnowwolf
fac8d770bf kernel: bump 6.x to latest HEAD 2025-01-31 15:51:42 +08:00
coolsnowwolf
c15d43eaec
kernel: bump 6.6 to 6.6.73 2025-01-23 04:23:52 +08:00
coolsnowwolf
89624f51bc kernel: bump 6.12 to 6.12.10 2025-01-23 02:43:23 +08:00
coolsnowwolf
062f52320b kernel: bump 6.x to latest HEAD 2025-01-13 14:36:31 +08:00
coolsnowwolf
e1204bd00d Version update to 24.10.0-rc5 2025-01-06 20:30:00 +08:00
coolsnowwolf
be3442766f
kernel: bump 6.6 to 6.6.69 2025-01-05 20:39:19 +08:00
coolsnowwolf
cbd8e21246
kernel: bump 6.12 to 6.12.8 2025-01-05 20:37:59 +08:00
Beginner
1fcb93df27
kernel: bump 6.6 to 6.6.67 (#13239) 2024-12-27 15:01:04 +08:00
coolsnowwolf
ae997a86d8 kernel: bump 5.10 to 5.10.232 2024-12-26 11:44:22 +08:00
coolsnowwolf
27cc9c7468 kernel: bump 5.15 to 5.15.175 2024-12-26 11:33:30 +08:00
coolsnowwolf
8289e89f90 kernel: bump 5.4 to 5.4.288 2024-12-26 11:32:37 +08:00
coolsnowwolf
1776f07f5d kernel: bump 6.1 to 6.1.121 2024-12-26 11:31:23 +08:00
coolsnowwolf
f3bb851821 kernel: bump 6.12 to 6.12.6 2024-12-26 11:30:08 +08:00
coolsnowwolf
d5fc5fc430 kernel: bump 5.15 to 5.15.174 2024-12-18 22:11:53 +08:00
coolsnowwolf
33e376de95 kernel: bump 5.4 to 5.4.287 2024-12-18 21:56:26 +08:00
coolsnowwolf
cab2ab7d58 kernel: bump 5.10 to 5.10.231 2024-12-18 13:06:41 +08:00
Beginner
23d466fba0
kernel: bump 6.6 to 6.6.66 (#13214) 2024-12-16 20:30:22 +08:00
Beginner
b7305e23ef
kernel: bump 6.1 to 6.1.120 (#13215) 2024-12-16 16:00:10 +08:00
Beginner
4fb48d3e6f
kernel: bump 6.12 to 6.12.5 (#13216) 2024-12-16 10:00:16 +08:00
aiamadeus
f449329de6 trusted-firmware-a.mk: fix release download URL 2024-12-15 18:38:35 +08:00
Beginner
da0bc37b19
kernel: bump 6.6 to 6.6.64 (#13195) 2024-12-10 10:10:12 +08:00
Beginner
e66ffaf37c
kernel: bump 6.1 to 6.1.119 (#13185) 2024-12-08 16:01:09 +08:00
coolsnowwolf
9e010ff34a kernel: bump 6.12 to 6.12.3 2024-12-06 16:45:13 +08:00
coolsnowwolf
0e2c0a340c meson: allow using staging python 2024-12-03 14:27:03 +08:00
coolsnowwolf
841d082824 target.mk: improve ipv6 support package 2024-12-03 13:55:08 +08:00
Michael Pratt
003a084905 build: add default host build recipes for gnulib
Add generic recipes for incorporating gnulib into a build
for simplification and readability of the individual build Makefile.

Recipes for configuring and installing are purposefully missing
since "configuring" gnulib is done with standard autoreconf
and gnulib is not a final build target meant for installing.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/15853
Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-12-02 21:56:35 +08:00
Christian Marangi
70c103fda7 host-build: always define Host/Prepare/Default
We currently skip defining Host/Prepare/Default if HOST_UNPACK is not
defined.

This is mostly the case for Host packages that just provide files with
the src directory and don't need to be downloaded/extracted.

This was probably done lots of times ago due to quilt causing error as
the patches directory wasn't present.
This has changed now and quilt can correctly detect if no patches needs
to be applied (instead of terminating with error)

Always define Host/Prepare/Default to make tools/refresh correctly works
as HOST_QUILT is hardcoded enabled for this make target and will
complain for tool not prepared for quilt patches.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-12-02 21:55:40 +08:00
coolsnowwolf
fbc2865461 Release: v24.10.0-rc1: adjust config defaults 2024-12-02 19:28:12 +08:00
coolsnowwolf
ff5046fa7c tools: update versions and sync with upstream v24.10 2024-12-02 18:53:09 +08:00
coolsnowwolf
3346bf1ee2 kernel: bump 6.12 to 6.12.1 2024-11-23 01:35:01 +08:00
coolsnowwolf
fd656efbc3 kernel: bump 6.6 to 6.6.63 2024-11-23 00:31:00 +08:00
coolsnowwolf
53e61ac527 kernel: add linux kernel 6.12 support 2024-11-21 13:16:25 +08:00
coolsnowwolf
4db4344cac kernel: bump 6.1 to 6.1.118 2024-11-18 15:24:26 +08:00
coolsnowwolf
b743ccd20c kernel: bump 5.15 to 5.15.173 2024-11-18 15:13:42 +08:00
coolsnowwolf
0004a5c57f kernel: bump 6.6 to 6.6.62 2024-11-18 14:52:26 +08:00
coolsnowwolf
bdc94f7fd2 kernel: bump 6.1 to 6.1.117 2024-11-18 00:31:56 +08:00
coolsnowwolf
20b3f20e53 kernel: bump 6.6 to 6.6.61 2024-11-17 23:23:59 +08:00
coolsnowwolf
d17b0026c2 LEDE v24.10: set branch defaults 2024-11-17 23:02:41 +08:00
John Audia
44a23972ec kernel: bump 6.6 to 6.6.60
All other patches automatically rebased.

Signed-off-by: John Audia <therealgraysky@proton.me>
Signed-off-by: Nick Hainke <vincent@systemli.org>
2024-11-15 16:40:05 +08:00