Changeset 1de48c0f for networking


Ignore:
Timestamp:
09/03/2016 10:48:09 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
69fb197
Parents:
91ccea8
Message:

Add patch to wireless tools.
Tags.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17726 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
networking/netprogs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/bridgeutils.xml

    r91ccea8 r1de48c0f  
    3434    networks for a hosted virtual machine (VM).</para>
    3535
    36     &lfs79_checked;
     36    &lfs7a_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103103
    104104<screen><userinput>patch -Np1 -i ../bridge-utils-&bridgeutils-version;-linux_3.8_fix-1.patch &amp;&amp;
     105sed -i '/ip6/s|^|//|' libbridge/libbridge.h             &amp;&amp;
    105106autoconf -o configure configure.in                      &amp;&amp;
     107
    106108./configure --prefix=/usr                               &amp;&amp;
    107109make</userinput></screen>
  • networking/netprogs/wireless-tools.xml

    r91ccea8 r1de48c0f  
    6565    </itemizedlist>
    6666
     67    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     68    <itemizedlist spacing="compact">
     69      <listitem>
     70        <para>
     71          Required patch:
     72          <ulink
     73            url="&patch-root;/wireless_tools-&wireless-tools-version;-fix_iwlist_scanning-1.patch"/>
     74        </para>
     75      </listitem>
     76    </itemizedlist>
     77
    6778    <para condition="html" role="usernotes">User Notes:
    6879    <ulink url='&blfs-wiki;/WirelessTools'/></para>
     
    101112    <title>Installation of Wireless Tools</title>
    102113
     114      <para>First, apply a patch that fixes a problem when numerous
     115      networks available:</para>
     116
     117<screen><userinput>patch -Np1 -i ../wireless_tools-&wireless-tools-version;-fix_iwlist_scanning-1.patch</userinput></screen>
     118
    103119      <para>To install <application>Wireless Tools</application>,
    104120      use the following commands:</para>
Note: See TracChangeset for help on using the changeset viewer.