about summary refs log tree commit diff
path: root/modules/README.md
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-01-14 12:52:58 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-01-14 12:52:58 +0100
commit330a6ac8dfbbffb8112663ccf8c1d3d67aa3cd3e (patch)
tree7bf7f02bbb0f85baaecc43f364340ea3ea4b379c /modules/README.md
parent65b1ae0b07924f951412d28a13b7ce2111860986 (diff)
modules/README: Put hardware into own namespace
That way we can separate completely hardware-related stuff from things
like bootup and kernel, although the lines between kernel and hardware
are quite blurry.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/README.md')
-rw-r--r--modules/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/README.md b/modules/README.md
index be97ca80..d9dd5851 100644
--- a/modules/README.md
+++ b/modules/README.md
@@ -8,6 +8,10 @@ When writing modules, make sure to categorize them accordingly:
 
 <table>
   <tr>
+    <th>hardware</th>
+    <td>Hardware-related options</td>
+  </tr>
+  <tr>
     <th>profiles</th>
     <td>Options for a specific domain (like for example
         `desktop`, `router`, `music`, ...)
@@ -23,7 +27,7 @@ When writing modules, make sure to categorize them accordingly:
   </tr>
   <tr>
     <th>system</th>
-    <td>Everything system or hardware-related (like for example kernel)</td>
+    <td>Everything system-related (like for example kernel)</td>
   </tr>
   <tr>
     <th>tasks</th>