wpa_supplicant: added man-pages
This commit is contained in:
parent
d18d64dad6
commit
92e4988b2e
@ -1,6 +1,14 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw------- root/root etc/wpa.conf
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man5/
|
||||
-rwxr-xr-x root/root usr/man/man5/wpa_supplicant.conf.5.gz
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rwxr-xr-x root/root usr/man/man8/wpa_background.8.gz
|
||||
-rwxr-xr-x root/root usr/man/man8/wpa_cli.8.gz
|
||||
-rwxr-xr-x root/root usr/man/man8/wpa_passphrase.8.gz
|
||||
-rwxr-xr-x root/root usr/man/man8/wpa_supplicant.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/wpa_cli
|
||||
-rwxr-xr-x root/root usr/sbin/wpa_passphrase
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=wpa_supplicant
|
||||
version=0.5.8
|
||||
release=1
|
||||
release=2
|
||||
source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
@ -13,8 +13,10 @@ build () {
|
||||
cp defconfig .config
|
||||
echo "CONFIG_READLINE=y" >> .config
|
||||
make
|
||||
install -d $PKG/{usr/sbin,etc}
|
||||
install -d $PKG/{usr/sbin,usr/man/man{8,5},etc}
|
||||
install wpa_{cli,passphrase,supplicant} $PKG/usr/sbin
|
||||
install doc/docbook/*.8 $PKG/usr/man/man8
|
||||
install doc/docbook/*.5 $PKG/usr/man/man5
|
||||
echo -e "ctrl_interface=/var/run/wpa_supplicant\n" > $PKG/etc/wpa.conf
|
||||
chmod 0600 $PKG/etc/wpa.conf
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user