diff options
author | Mcgrof <anonymous.contributor@example.org> | 2013-07-16 10:16:39 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:32 -0400 |
commit | 6befd470f0d6a4ea18ef8b3adbb12f825d108f82 (patch) | |
tree | 0a2077536e1f1d239cbc340ba4dea0cf92e36233 | |
parent | 76908f520a49ebbca904aa78e591f7eb54aaa45b (diff) | |
download | backports-6befd470f0d6a4ea18ef8b3adbb12f825d108f82.tar.gz |
Update Documentation
-rw-r--r-- | wiki/Documentation.mediawiki | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/Documentation.mediawiki b/wiki/Documentation.mediawiki index e3ad8c5..20e6362 100644 --- a/wiki/Documentation.mediawiki +++ b/wiki/Documentation.mediawiki @@ -29,7 +29,7 @@ Building backports follows the same build mechanism as building the Linux kernel <pre> # as a user make menuconfig -make +make -j4 # as root make install # reboot and enjoy @@ -46,7 +46,7 @@ If you use this option just use the 'make defconf-option' in replacement for ''m <pre> # as a user make defconfig-drm -make +make -j4 # as root make install </pre> |