Changeset 6a3c6dc in clfs-embedded for BOOK/bootable/wrt


Ignore:
Timestamp:
Jan 26, 2009, 3:14:41 PM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
246191f
Parents:
22923d0
Message:

Updates to IPTables and Dropbear

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/wrt/kernel.xml

    r22923d0 r6a3c6dc  
    3838   xpointer="xpointer(//*[@os='d'])"/>
    3939
    40 <para os="d1">The following patch merges changes from Linux-MIPS into the kernel:</para>
    41 
    42 <screen os="d2"><userinput>patch -Np1 -i ../linux-&linux-version;-mips-1.patch</userinput></screen>
    43 
    44 <para os="d3">The following patch merges updates for Linux-MIPS kernel:</para>
    45 
    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 
    6440   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6541   href="../x86/kernel.xml"
     
    7046   xpointer="xpointer(//*[@os='f'])"/>
    7147
    72 <screen os="g"><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
     48<screen os="g"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- menuconfig</userinput></screen>
    7349
    7450   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    8460   xpointer="xpointer(//*[@os='j'])"/>
    8561
    86 <screen os="k"><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- vmlinux.bin modules</userinput></screen>
     62<screen os="k"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- vmlinux.bin modules</userinput></screen>
    8763
    8864   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    10682   xpointer="xpointer(//*[@os='p'])"/>
    10783
    108 <screen os="q"><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \
     84<screen os="q"><userinput>make ARCH=${CLFS_ARCH} CROSS_COMPILE=${CLFS_TARGET}- \
    10985    INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen>
    11086
     
    11793   xpointer="xpointer(//*[@os='s'])"/>
    11894
    119 <screen os="t"><userinput>cp arch/mips/boot/vmlinux.bin ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
     95<screen os="t"><userinput>cp arch/${CLFS_ARCH}/boot/vmlinux.bin ${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
    12096
    12197   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.