Changeset 38a917a in clfs-embedded for BOOK/beyond-net
- Timestamp:
- Aug 24, 2012, 5:33:04 PM (12 years ago)
- Branches:
- master
- Children:
- ec8de0a
- Parents:
- 659afd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/beyond-net/common/hostapd.xml
r659afd8 r38a917a 60 60 <screen os="f"><userinput>cp hostapd hostapd_cli ${CLFS}/usr/sbin</userinput></screen> 61 61 62 <para os="g">Install the bootscripts from the clfs-bootscripts package:</para>62 </sect2> 63 63 64 <screen os="h"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen> 64 <sect2 role="bootscripts"> 65 <title>Installation of hostapd Bootscripts</title> 65 66 66 <para os="i">Create hostapd.conf, this example file will create a WPA2 67 <para os="h">From the clfs-bootscripts package, install the hostapd bootscripts:</para> 68 69 <screen os="i"><userinput>make install-hostapd DESTDIR=${CLFS}</userinput></screen> 70 71 </sect2> 72 73 <sect2 role="configuration"> 74 <title>Configure hostapd</title> 75 76 <para os="j">Create hostapd.conf, this example file will create a WPA2 67 77 encrypted host access point with the name dummy and password foobar123 on 68 78 channel 4:</para> 69 79 70 <screen os=" j"><userinput>cat > ${CLFS}/etc/hostapd.conf << EOF80 <screen os="k"><userinput>cat > ${CLFS}/etc/hostapd.conf << EOF 71 81 <literal># Sample hostapd.conf 72 82 # See hostapd/hostapd.conf in your hostap source tree for a more detailed version
Note:
See TracChangeset
for help on using the changeset viewer.