summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/package-reference.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/package-reference.txt b/docs/package-reference.txt
index 4d465d320..54e0a1712 100644
--- a/docs/package-reference.txt
+++ b/docs/package-reference.txt
@@ -48,6 +48,10 @@ information is:
which might be different to the package directory name. See what is used
in PKG_template, to find out the package name used here.
+* +PKG_KDEPENDS+ optional, lists the kernel module dependencies that are required to
+ run the software package on the target. It contains a list of kernel module names
+ in lower case as used in +target/linux/config+. (use minus instead of underscores)
+
* +PKG_NEEDS+ optional, lists the features that are required to build or
run the software package on the target. It contains a list of keywords.
Supported are +threads+ +rt+ +c+++