Changeset cbe8492 in clfs-embedded


Ignore:
Timestamp:
Feb 3, 2007, 12:19:43 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
c149470
Parents:
f2aa902
Message:

Moved WRT to a separate BOOK

Location:
BOOK
Files:
16 added
9 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    rf2aa902 rcbe8492  
    77S               := -
    88
    9 ARCHS           := x86 mips
     9ARCHS           := x86 mips wrt
    1010
    1111ARCHS_HTML      := $(ARCHS:%=%$(S)html)
  • BOOK/bootable/mips/kernel.xml

    rf2aa902 rcbe8492  
    4545
    4646<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>
    6347
    6448   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    117101   xpointer="xpointer(//*[@os='s'])"/>
    118102
    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>
    120104
    121105   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/general.ent

    rf2aa902 rcbe8492  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY month "01"> <!-- Use two digits -->
     3<!ENTITY month "02"> <!-- Use two digits -->
    44<!ENTITY month_name "January">
    5 <!ENTITY day "23"> <!-- Use two digits -->
     5<!ENTITY day "3"> <!-- Use two digits -->
    66<!ENTITY year "2007"> <!-- Use four digits -->
    77
     
    1818<!ENTITY version-x86 "&version;-x86">
    1919<!ENTITY version-mips "&version;-mips">
     20<!ENTITY version-wrt "&version;-wrt">
    2021
    2122<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  • BOOK/index.xml

    rf2aa902 rcbe8492  
    2626
    2727  <copyright id="copyright">
    28     <year>2005&ndash;2006</year>
     28    <year>2005&ndash;2007</year>
    2929    <holder>Jim Gifford,Ryan Oliver &amp; Maarten Lankhorst</holder>
    3030  </copyright>
  • BOOK/materials/mips/patches.xml

    rf2aa902 rcbe8492  
    3131    </varlistentry>
    3232
    33     <varlistentry os="linux-squashfs-patch">
    34       <term>Linux Squashfs Patch - <token>&linux-squashfs-patch-size;</token>:</term>
    35       <listitem>
    36         <para>Download: <ulink
    37         url="&patches-root;&linux-squashfs-patch;"/></para>
    38         <para>MD5 sum: <literal>&linux-squashfs-patch-md5;</literal></para>
    39       </listitem>
    40     </varlistentry>
    41 
    42     <varlistentry os="linux-d80211-patch">
    43       <term>Linux BCM947XX port - <token>&linux-d80211-patch-size;</token>:</term>
    44       <listitem>
    45         <para>Download: <ulink
    46         url="&patches-root;&linux-d80211-patch;"/></para>
    47         <para>MD5 sum: <literal>&linux-d80211-patch-md5;</literal></para>
    48       </listitem>
    49     </varlistentry>
    50 
    51     <varlistentry os="linux-bcm43xx-patch">
    52       <term>Linux BCM43XX-d80211 backport - <token>&linux-bcm43xx-patch-size;</token>:</term>
    53       <listitem>
    54         <para>Download: <ulink
    55         url="&patches-root;&linux-bcm43xx-patch;"/></para>
    56         <para>MD5 sum: <literal>&linux-bcm43xx-patch-md5;</literal></para>
    57       </listitem>
    58     </varlistentry>
    59 
    60     <varlistentry os="linux-bcm947xx-patch">
    61       <term>Linux BCM947XX port - <token>&linux-bcm947xx-patch-size;</token>:</term>
    62       <listitem>
    63         <para>Download: <ulink
    64         url="&patches-root;&linux-bcm947xx-patch;"/></para>
    65         <para>MD5 sum: <literal>&linux-bcm947xx-patch-md5;</literal></para>
    66       </listitem>
    67     </varlistentry>
    68 
    6933  </variablelist>
    7034
  • BOOK/mips-index.xml

    rf2aa902 rcbe8492  
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-preps/chapter.xml"/>
    3030    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="system-prep/mips-chapter.xml"/>
    31     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="system-prep/wrt-chapter.xml"/>
    3231  </part>
    3332
  • BOOK/prologue/mips/bookinfo.xml

    rf2aa902 rcbe8492  
    2323
    2424  <legalnotice>
    25     <para>Copyright &copy; 2005-2006, Jim Gifford, Ryan Oliver &amp; Maarten Lankhorst</para>
     25    <para>Copyright &copy; 2005-2007, Jim Gifford, Ryan Oliver &amp; Maarten Lankhorst</para>
    2626
    2727    <para>All rights reserved.</para>
  • BOOK/stylesheets/top-index.xsl

    rf2aa902 rcbe8492  
    120120            </h4>
    121121          </li>
     122          <li>
     123            <h4>
     124              <a href="wrt">
     125                <xsl:text>WRT - MIPS Based</xsl:text>
     126              </a>
     127            </h4>
     128          </li>
    122129        </ul>
    123130      </div>
  • BOOK/system-prep/wrt-chapter.xml

    rf2aa902 rcbe8492  
    66]>
    77
    8 <chapter id="chapter-wrt" xreflabel="Wireless routers">
     8<chapter id="chapter-systemprep" xreflabel="System Prep">
    99  <?dbhtml dir="systemprep"?>
    1010  <?dbhtml filename="wrt.html"?>
Note: See TracChangeset for help on using the changeset viewer.