Changeset 4fc3670 in clfs-embedded


Ignore:
Timestamp:
Jan 11, 2007, 5:01:10 AM (17 years ago)
Author:
Maarten Lankhorst <m.b.lankhorst@…>
Branches:
master
Children:
b634a75
Parents:
bd39e7a
Message:

Update dropbear stuff

Location:
BOOK
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-clfs3/common/dropbear.xml

    rbd39e7a r4fc3670  
    2929    <title>Installation of Dropbear</title>
    3030
     31    <para os="p1">Dropbear doesn't accept our ${CLFS_TARGET} by default, so a patch is needed to make it recognise it:</para>
     32
     33    <para os="p2"><userinput>patch -Np1 -i ../dropbear-&dropbear-version;-autotools-1.patch</userinput></para>
     34
    3135    <para os="a">Configure dropbear:</para>
    3236
    33 <screen os="b"><userinput>CC="${CC} ${BUILD}" ./configure --prefix=/usr</userinput></screen>
     37<screen os="b"><userinput>CC="${CC} ${BUILD}" ./configure --prefix=/usr --host=${CLFS_TARGET}</userinput></screen>
    3438
    3539    <para os="c">Now we will utilize /dev/urandom instead of /dev/random. To allow
  • BOOK/beyond-clfs3/mips-chapter.xml

    rbd39e7a r4fc3670  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patches.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iptables.xml"/>
  • BOOK/beyond-clfs3/x86-chapter.xml

    rbd39e7a r4fc3670  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patches.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iptables.xml"/>
  • BOOK/bootable/mips/kernel.xml

    rbd39e7a r4fc3670  
    4444<para os="d3">The following patch merges updates for Linux-MIPS kernel:</para>
    4545
    46 <screen os="d4"><userinput>patch -Np1 -i ../linux-&linux-version;-mips-1.patch</userinput></screen>
     46<screen os="d4"><userinput>patch -Np1 -i ../linux-&linux-version;-mips_fixes-1.patch</userinput></screen>
    4747
    4848<para os="d5">The following patch adds support for squashed filesystens to the kernel:</para>
  • BOOK/patches.ent

    rbd39e7a r4fc3670  
    3737<!ENTITY zlib-destdir-patch-size "8 KB">
    3838
     39<!-- Beyond patches -->
     40<!ENTITY dropbear-autotool-patch "dropbear-&dropbear-version;-autotool-1.patch">
     41<!ENTITY dropbear-autotool-patch-md5 "eb5c1803aec03ea0d62cf57b4ef9bcb5">
     42<!ENTITY dropbear-autotool-patch-size "56 KB">
     43
    3944<!-- MIPS Patches -->
    4045<!ENTITY linux-mips-patch "linux-&linux-version;-mips-1.patch">
Note: See TracChangeset for help on using the changeset viewer.