source: clfs-embedded/BOOK/beyond-net/common/packages.xml @ 3c75105

Last change on this file since 3c75105 was d1484fa, checked in by Andrew Bradford <bradfa@…>, 13 years ago

Added Wireless Tools to beyond-net section

Thanks go out to Ivan Castell Rovira <al004140 at gmail> for providing
information about Wireless Tools.

Wireless Tools allows the setup and configuration of wireless LAN drivers
using programs like iwconfig, iwlist, etc. They are needed in order to
set up a device on a wireless LAN.

  • Property mode set to 100644
File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-beyond-net-packages-common">
9  <?dbhtml filename="packages.html"?>
10
11  <title>Beyond CLFS Networking Packages</title>
12
13  <para>Download or otherwise obtain the following packages:</para>
14
15  <variablelist role="beyond-net">
16
17    <varlistentry>
18      <term>Dropbear (&dropbear-version;) - <token>&dropbear-size;</token>:</term>
19      <listitem>
20        <para>Home page: <ulink url="&dropbear-home;"/></para>
21        <para>Download: <ulink url="&dropbear-url;"/></para>
22        <para>MD5 sum: <literal>&dropbear-md5;</literal></para>
23      </listitem>
24    </varlistentry>
25
26    <varlistentry>
27      <term>Iptables (&iptables-version;) - <token>&iptables-size;</token>:</term>
28      <listitem>
29        <para>Home page: <ulink url="&iptables-home;"/></para>
30        <para>Download: <ulink url="&iptables-url;"/></para>
31        <para>MD5 sum: <literal>&iptables-md5;</literal></para>
32      </listitem>
33    </varlistentry>
34
35    <varlistentry>
36      <term>libnl (&libnl-version;) - <token>&libnl-size;</token>:</term>
37      <listitem>
38        <para>Home page: <ulink url="&libnl-home;"/></para>
39        <para>Download: <ulink url="&libnl-url;"/></para>
40        <para>MD5 sum: <literal>&libnl-md5;</literal></para>
41      </listitem>
42    </varlistentry>
43
44    <varlistentry>
45      <term>Hostapd (&hostapd-version;) - <token>&hostapd-size;</token>:</term>
46      <listitem>
47        <para>Home page: <ulink url="&hostapd-home;"/></para>
48        <para>Download: <ulink url="&hostapd-url;"/></para>
49        <para>MD5 sum: <literal>&hostapd-md5;</literal></para>
50      </listitem>
51    </varlistentry>
52
53    <varlistentry>
54      <term>Wireless Tools (&wireless_tools-version;) - <token>&wireless_tools-size;</token>:</term>
55      <listitem>
56        <para>Home page: <ulink url="&wireless_tools-home;"/></para>
57        <para>Download: <ulink url="&wireless_tools-url;"/></para>
58        <para>MD5 sum: <literal>&wireless_tools-md5;</literal></para>
59      </listitem>
60    </varlistentry>
61  </variablelist>
62
63  <para os="a">Total size of these packages: about <returnvalue/></para>
64
65</sect1>
Note: See TracBrowser for help on using the repository browser.