Martin - ARM-Section (NSLU2) added to doc/linux.html

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@25 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas
2007-02-23 09:22:17 +00:00
parent 7878446f04
commit 4f092584b6
2 changed files with 11 additions and 1 deletions

View File

@@ -71,7 +71,14 @@ Remove the <b>/*</b> and <b>*/</b> of your devices and save the file.
<code><br>
# cd /usr/src/linux<br>
# make modules<br>
...</code> This may take a while. Go read a book, have lunch or ...<br>
...</code> This may take a while. Go read a book, have lunch or ...<br><br>
<table border=1><tr><td>
If you have a less powerfull machine like the ARM-Based NSLU2 then it is sufficient to only build the required module:<br>
<code># mv Module.symvers Module.symvers.notneeded<br>
# make M=drivers/usb/serial</code>
</td></tr></table><br>
<code><br>
# cd /lib/modules/<i>yourKernelVerion</i>/kernel/drivers/usb/serial<br>
# cp ftdi_sio.ko ftdi_sio.ko_backup<br>