Changeset 3c75105 in clfs-embedded for BOOK/beyond-net/common/hostapd.xml


Ignore:
Timestamp:
Oct 15, 2013, 1:00:05 PM (12 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
e05a3dc
Parents:
9137ee9
git-author:
Andrew Bradford <andrew@…> (10/14/13 12:16:17)
git-committer:
Andrew Bradford <andrew@…> (10/15/13 13:00:05)
Message:

beyond-net: Use ${CLFS}/targetfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/beyond-net/common/hostapd.xml

    r9137ee9 r3c75105  
    5858    <para os="e">Install the package:</para>
    5959
    60 <screen os="f"><userinput>cp hostapd hostapd_cli ${CLFS}/usr/sbin</userinput></screen>
     60<screen os="f"><userinput>cp hostapd hostapd_cli ${CLFS}/targetfs/usr/sbin</userinput></screen>
    6161
    6262  </sect2>
     
    6767    <para os="h">From the clfs-bootscripts package, install the hostapd bootscripts:</para>
    6868
    69 <screen os="i"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen>
     69<screen os="i"><userinput>make install-hostapd DESTDIR=${CLFS}/targetfs</userinput></screen>
    7070
    7171  </sect2>
     
    7878    channel 4:</para>
    7979
    80 <screen os="k"><userinput>cat &gt; ${CLFS}/etc/hostapd.conf &lt;&lt; EOF
     80<screen os="k"><userinput>cat &gt; ${CLFS}/targetfs/etc/hostapd.conf &lt;&lt; EOF
    8181<literal># Sample hostapd.conf
    8282# See hostapd/hostapd.conf in your hostap source tree for a more detailed version
Note: See TracChangeset for help on using the changeset viewer.