summaryrefslogtreecommitdiffstats
diff options
authorMcgrof <anonymous.contributor@example.org>2014-11-17 23:22:51 +0000
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2024-10-04 15:47:33 -0400
commit501d5eb04309cd192485cf3199e01431cd81a17a (patch)
treef9da014d4db728992dcee6c522e046bd80119bb0
parent06f164bbe45d8caf569dcb9523aa81b0cb82306c (diff)
downloadbackports-501d5eb04309cd192485cf3199e01431cd81a17a.tar.gz
Update Documentation/integration
-rw-r--r--wiki/Documentation_integration.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/Documentation_integration.mediawiki b/wiki/Documentation_integration.mediawiki
index 6606b73..935403d 100644
--- a/wiki/Documentation_integration.mediawiki
+++ b/wiki/Documentation_integration.mediawiki
@@ -2,7 +2,7 @@
title: Documentation/integration
---
-Go back --> [[Documentation/|Backports user documentation]]
+Go back --> [[Documentation|Backports user documentation]]
The backports project first started out by supporting making releases as [[Documentation/packaging|packaged tarballs]] whereby users can compile future versions of device drivers on older versions of Linux. As of tag backports-20141114 (first release branch will be based on origin/linux-3.19.y) backports supports '''kernel integration''' support, this allows to '''atomically''' '''integrate''' future versions of device drivers, apply required patches to backport them, add hooks into kconfig to make them visible and usable, as well as dealing with conflicts with older versions of these same drivers. By supporting kernel integration the backports project can now support enabling use of automatically backported subsystems and drivers on older kernels without requiring modules, everything can be built-in.