summaryrefslogtreecommitdiff
path: root/docs/package-reference.txt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-03 13:52:07 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-03 20:38:12 +0100
commit9d06ffe9c62e8ee3af28997e28c7c95b09aa78df (patch)
tree765af972f600accf2b04686f23e972ce1864c84b /docs/package-reference.txt
parentb0e2112c460b01d4f8954ec101807f4398a6444e (diff)
add new PKG_KDEPENDS feature to depend on kernel modules required to run a package
Diffstat (limited to 'docs/package-reference.txt')
-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+++