Skip to content

Commit 43d6dbc

Browse files
authored
Merge pull request #1478 from kernelkit/upgrade-buildroot
2 parents 3aef993 + 8ebdf9f commit 43d6dbc

3 files changed

Lines changed: 7 additions & 24 deletions

File tree

buildroot

Submodule buildroot updated 125 files

doc/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ All notable changes to the project are documented in this file.
99
### Changes
1010

1111
- Upgrade Linux kernel to 6.18.24 (LTS)
12+
- Upgrade Buildroot to 2025.02.13 (LTS)
1213
- Add support for [Banana Pi BPI-R4][BPI-R4], quad-core Cortex-A73 router with
1314
4x 2.5 GbE switching, dual 10 GbE SFP+. Variants BPI-R4-2g5 and BPI-R4P have
1415
one SFP+ replaced by a 2.5 GbE RJ45, with optional PoE on the R4P
Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
From 9ba3bc688c45a0c9e761c6c8bd0be83d6570c9dc Mon Sep 17 00:00:00 2001
2-
From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= <lazzer@gmail.com>
3-
Date: Fri, 27 Feb 2026 16:58:12 +0100
4-
Subject: [PATCH] Always log to syslog
5-
MIME-Version: 1.0
6-
Content-Type: text/plain; charset=UTF-8
7-
Content-Transfer-Encoding: 8bit
8-
Organization: Wires
9-
10-
Signed-off-by: Mattias Walström <lazzer@gmail.com>
11-
---
12-
gpsd/libgpsd_core.c | 13 ++-----------
13-
1 file changed, 2 insertions(+), 11 deletions(-)
14-
15-
diff --git a/gpsd/libgpsd_core.c b/gpsd/libgpsd_core.c
16-
index 982f822b8..c53c64838 100644
17-
--- a/gpsd/libgpsd_core.c
18-
+++ b/gpsd/libgpsd_core.c
19-
@@ -180,17 +180,8 @@ static void gpsd_vlog(const int errlevel,
20-
// this was crazy expensive, just fix the bad log calls
1+
diff -urN gpsd-3.25.orig/gpsd/libgpsd_core.c gpsd-3.25/gpsd/libgpsd_core.c
2+
--- gpsd-3.25.orig/gpsd/libgpsd_core.c 2023-01-10 23:38:26.000000000 +0100
3+
+++ gpsd-3.25/gpsd/libgpsd_core.c 2026-04-22 14:06:09.498017456 +0200
4+
@@ -180,17 +180,8 @@
5+
// this was carzy expensive, just fix the bad log calls
216
// gps_visibilize(outbuf, outlen, buf, strlen(buf));
227

238
- if (getpid() == getsid(getpid())) {
@@ -36,6 +21,3 @@ index 982f822b8..c53c64838 100644
3621
gpsd_release_reporting_lock();
3722
#endif // !SQUELCH_ENABLE
3823
}
39-
--
40-
2.43.0
41-

0 commit comments

Comments
 (0)