Changeset 4152b92 in clfs-embedded for BOOK


Ignore:
Timestamp:
Jan 9, 2007, 3:56:53 PM (17 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
bd39e7a
Parents:
a6b0b88
Message:

Bump bcm947xx related packages

Location:
BOOK
Files:
2 edited

Legend:

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

    ra6b0b88 r4152b92  
    5050<screen os="d6"><userinput>patch -Np1 -i ../linux-&linux-version;-squashfs-1.patch</userinput></screen>
    5151
    52 <para os="d7">The following patch adds support for wireless routers to the kernel:</para>
     52<para os="d7">The following patch backports the d80211 wireless stack to the kernel:</para>
    5353
    54 <screen os="d8"><userinput>patch -Np1 -i ../linux-&linux-version;-bcm947xx-1.patch</userinput></screen>
     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>
    5563
    5664   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/patches.ent

    ra6b0b88 r4152b92  
    5050<!ENTITY linux-squashfs-patch-size "128 KB">
    5151
    52 <!ENTITY linux-bcm947xx-patch "linux-&linux-version;-bcm947xx-1.patch">
    53 <!ENTITY linux-bcm947xx-patch-md5 "358997106f1b81ff70e0beafa5c3571a">
    54 <!ENTITY linux-bcm947xx-patch-size "232 KB">
     52<!ENTITY linux-d80211-patch "linux-&linux-version;-d80211-import-1.patch.gz">
     53<!ENTITY linux-d80211-patch-md5 "d8c09209ac1d481b96ab5f1f32bbd93f">
     54<!ENTITY linux-d80211-patch-size "516 KB">
     55
     56<!ENTITY linux-bcm43xx-patch "linux-&linux-version;-bcm43xx-update-1.patch.gz">
     57<!ENTITY linux-bcm43xx-patch-md5 "a2d297c320d2909db2eb7e326e85779a">
     58<!ENTITY linux-bcm43xx-patch-size "136 KB">
     59
     60<!ENTITY linux-bcm947xx-patch "linux-&linux-version;-bcm947xx-2.patch">
     61<!ENTITY linux-bcm947xx-patch-md5 "c81142728a7a9b96c25fb2f840e1d48b">
     62<!ENTITY linux-bcm947xx-patch-size "128 KB">
    5563
    5664<!-- MIPS Bootloader Patches -->
Note: See TracChangeset for help on using the changeset viewer.