Update readme.md

This commit is contained in:
2017-03-02 15:42:15 -05:00
committed by GitHub
parent 2006d17f19
commit 4890b01b48

View File

@@ -13,7 +13,7 @@ If your Raspberry Pi kernel is of a different version that the prebuilt modules
<li> <li>
Patch the kernel module using the patch file from my repository: <br/> Patch the kernel module using the patch file from my repository: <br/>
<code>cd ~/linux/drivers/usb/dwc2</code><br/> <code>cd ~/linux/drivers/usb/dwc2</code><br/>
<code>patch -i ~/HackPi/gadget.patch</code> <code>patch -i ~/HackPi/kernelmodules/gadget.patch</code>
</li> </li>
<li> <li>
Build the module: <br/> Build the module: <br/>