diff --git a/fhem/HISTORY b/fhem/HISTORY index e61e8a933..954b29e40 100644 --- a/fhem/HISTORY +++ b/fhem/HISTORY @@ -14,3 +14,6 @@ - Pest, Thu Feb 11 23:35 MET 2007 - Added doc/linux.html (multiple USDB devices, udev links) - Linked fhem.html and commandref.html to linux.html + +- Martin Haas, Fri Feb 23 10:18 MET 2007 + - ARM-Section (NSLU2) added to doc/linux.html diff --git a/fhem/docs/linux.html b/fhem/docs/linux.html index ee9e2d632..16e3b0447 100644 --- a/fhem/docs/linux.html +++ b/fhem/docs/linux.html @@ -71,7 +71,14 @@ Remove the /* and */ of your devices and save the file.
# cd /usr/src/linux
# make modules
-...
This may take a while. Go read a book, have lunch or ...
+... This may take a while. Go read a book, have lunch or ...

+
+If you have a less powerfull machine like the ARM-Based NSLU2 then it is sufficient to only build the required module:
+# mv Module.symvers Module.symvers.notneeded
+# make M=drivers/usb/serial
+

+ +
# cd /lib/modules/yourKernelVerion/kernel/drivers/usb/serial
# cp ftdi_sio.ko ftdi_sio.ko_backup