From c187e9757ddbe00bc6458d1fa32f17812c9b7601 Mon Sep 17 00:00:00 2001 From: vairamani muthusamy Date: Sat, 1 Aug 2026 01:39:02 +0530 Subject: [PATCH] opkg: replace stale tldp.org LKMPG links The Linux Kernel Module Programming Guide has moved off tldp.org, whose links are unreliable and time out during linkcheck. Point all references to the actively maintained guide at https://sysprog21.github.io/lkmpg/. Signed-off-by: vairamani muthusamy --- docs/source/opkg/dkms_opkg.rst | 12 ++++++------ docs/source/opkg/opkg_intro.rst | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/opkg/dkms_opkg.rst b/docs/source/opkg/dkms_opkg.rst index 8e0bab5..0da657e 100644 --- a/docs/source/opkg/dkms_opkg.rst +++ b/docs/source/opkg/dkms_opkg.rst @@ -76,7 +76,7 @@ denoting that the binary object links against the kernel. Creating or obtaining source for these modules is much the same as for any other Linux distribution. While a simple “Hello, World!” example is provided for this tutorial, NI recommends reviewing `The Linux Kernel -Module Programming Guide `__ +Module Programming Guide `__ before attempting to create or modify a Linux kernel module. DKMS @@ -188,10 +188,10 @@ hello.c This is C source code for a simple “Hello, World!” kernel module taken from the examples given in `The Linux Kernel Module Programming -Guide `__. Other simple kernel +Guide `__. Other simple kernel module source examples can be found in that document, and this source is -based on the `Hello World (part -2) `__ section of +based on the `Hello World +`__ section of that document. The source code has been modified slightly to account for the default @@ -224,7 +224,7 @@ Makefile This makefile, as with the C source file, is based on the examples given in the `The Linux Kernel Module Programming -Guide `__. More examples of +Guide `__. More examples of kernel module makefiles and related options are covered in that document. @@ -521,7 +521,7 @@ Resources - `NI Linux Real-Time FAQ `__ - `The Linux Kernel Module Programming - Guide `__ + Guide `__ - `Dynamic Kernel Module Support source `__ - `PuTTY`_ diff --git a/docs/source/opkg/opkg_intro.rst b/docs/source/opkg/opkg_intro.rst index 121e20b..d808112 100644 --- a/docs/source/opkg/opkg_intro.rst +++ b/docs/source/opkg/opkg_intro.rst @@ -307,7 +307,7 @@ Resources - `NI Linux Real-Time FAQ `__ - `The Linux Kernel Module Programming - Guide `__ + Guide `__ - `Dynamic Kernel Module Support source `__ - `PuTTY`_