Changeset cbe8492 in clfs-embedded for BOOK/bootable
- Timestamp:
- Feb 3, 2007, 12:19:43 PM (18 years ago)
- Branches:
- master
- Children:
- c149470
- Parents:
- f2aa902
- Location:
- BOOK/bootable
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/bootable/mips/kernel.xml
rf2aa902 rcbe8492 45 45 46 46 <screen os="d4"><userinput>patch -Np1 -i ../linux-&linux-version;-mips_fixes-1.patch</userinput></screen> 47 48 <para os="d5">The following patch adds support for squashed filesystens to the kernel:</para>49 50 <screen os="d6"><userinput>patch -Np1 -i ../linux-&linux-version;-squashfs-1.patch</userinput></screen>51 52 <para os="d7">The following patch backports the d80211 wireless stack to the kernel:</para>53 54 <screen os="d8"><userinput>zcat ../linux-2.6.19-d80211-import-1.patch.gz | patch -Np1</userinput></screen>55 56 <para os="d9">The following patch updates the bcm43xx-d80211 wireless module:</para>57 58 <screen os="da"><userinput>zcat ../linux-2.6.19-bcm43xx-update-1.patch.gz | patch -Np1</userinput></screen>59 60 <para os="db">The following patch adds support for wireless routers to the kernel:</para>61 62 <screen os="dc"><userinput>patch -Np1 -i ../linux-&linux-version;-bcm947xx-2.patch</userinput></screen>63 47 64 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 117 101 xpointer="xpointer(//*[@os='s'])"/> 118 102 119 <screen os="t"><userinput>cp arch/mips/boot/vmlinux .bin${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>103 <screen os="t"><userinput>cp arch/mips/boot/vmlinux ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen> 120 104 121 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.