Changeset 2864f08 in clfs-embedded


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
dd423a0
Parents:
75adfe0
git-author:
Andrew Bradford <andrew@…> (10/25/13 13:27:36)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

Add netplug to beyond-net

Not yet supported by bootscripts although instructions are in this
commit.

Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-net/chapter.xml

    r75adfe0 r2864f08  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/packages.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/patches.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/netplug.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dropbear.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/iptables.xml"/>
  • BOOK/beyond-net/common/packages.xml

    r75adfe0 r2864f08  
    3434
    3535    <varlistentry>
     36      <term>Netplug (&netplug-version;) - <token>&netplug-size;</token>:</term>
     37      <listitem>
     38        <para>Home page: <ulink url="&netplug-home;"/></para>
     39        <para>Download: <ulink url="&netplug-url;"/></para>
     40        <para>MD5 sum: <literal>&netplug-md5;</literal></para>
     41      </listitem>
     42    </varlistentry>
     43
     44    <varlistentry>
    3645      <term>Wireless Tools (&wireless_tools-version;) - <token>&wireless_tools-size;</token>:</term>
    3746      <listitem>
  • BOOK/beyond-net/common/patches.xml

    r75adfe0 r2864f08  
    1717  needed in order to build the associated packages:</para>
    1818
    19 <!--<variablelist role="beyond-clfs3">
    20     </variablelist>
    21 -->
     19  <variablelist role="patches">
     20
     21    <varlistentry>
     22      <term>Netplug Patch - <token>&netplug-patch-size;</token>:</term>
     23      <listitem>
     24        <para>Download: <ulink
     25        url="&patches-root;&netplug-patch;"/></para>
     26        <para>MD5 sum: <literal>&netplug-patch-md5;</literal></para>
     27      </listitem>
     28    </varlistentry>
     29
     30  </variablelist>
    2231
    2332  <para os="a">Total size of these patches: about <returnvalue/></para>
  • BOOK/packages.ent

    r75adfe0 r2864f08  
    8989<!ENTITY iptables-home "http://www.netfilter.org/projects/iptables/">
    9090
     91<!ENTITY netplug-version "1.2.9.2">
     92<!ENTITY netplug-size "21 KB">
     93<!ENTITY netplug-url "http://www.red-bean.com/~bos/netplug/netplug-&netplug-version;.tar.bz2">
     94<!ENTITY netplug-md5 "1d6db99536bdf875ce441f2c0e45ebf2">
     95<!ENTITY netplug-home "http://www.red-bean.com/~bos/">
     96
    9197<!ENTITY wireless_tools-version "29">
    9298<!ENTITY wireless_tools-size "288 KB">
  • BOOK/patches.ent

    r75adfe0 r2864f08  
    2222
    2323<!-- Beyond patches -->
     24
     25<!ENTITY netplug-patch "netplug-&netplug-version;-fixes-1.patch">
     26<!ENTITY netplug-patch-md5 "">
     27<!ENTITY netplug-patch-size "1 KB">
Note: See TracChangeset for help on using the changeset viewer.