summaryrefslogtreecommitdiff
path: root/wpa_supplicant
diff options
context:
space:
mode:
Diffstat (limited to 'wpa_supplicant')
-rw-r--r--wpa_supplicant/.footprint3
-rw-r--r--wpa_supplicant/Pkgfile9
2 files changed, 8 insertions, 4 deletions
diff --git a/wpa_supplicant/.footprint b/wpa_supplicant/.footprint
index 3cf369d13..58bdf26db 100644
--- a/wpa_supplicant/.footprint
+++ b/wpa_supplicant/.footprint
@@ -1,5 +1,6 @@
drwxr-xr-x root/root etc/
--rw------- root/root etc/wpa.conf
+lrwxrwxrwx root/root etc/wpa.conf -> wpa_supplicant.conf
+-rw------- root/root etc/wpa_supplicant.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/
diff --git a/wpa_supplicant/Pkgfile b/wpa_supplicant/Pkgfile
index ea9663c45..b72ed6124 100644
--- a/wpa_supplicant/Pkgfile
+++ b/wpa_supplicant/Pkgfile
@@ -5,7 +5,7 @@
name=wpa_supplicant
version=2.0
-release=1
+release=2
source=(http://hostap.epitest.fi/releases/$name-$version.tar.gz)
build () {
@@ -23,6 +23,9 @@ build () {
install -m 0644 doc/docbook/wpa_{background,cli,passphrase,supplicant}.8 $PKG/usr/man/man8
install -m 0644 doc/docbook/wpa_supplicant.conf.5 $PKG/usr/man/man5
- echo -e "ctrl_interface=/var/run/wpa_supplicant\n" > $PKG/etc/wpa.conf
- chmod 0600 $PKG/etc/wpa.conf
+ echo -e "ctrl_interface=/var/run/wpa_supplicant\n" > $PKG/etc/wpa_supplicant.conf
+ chmod 0600 $PKG/etc/wpa_supplicant.conf
+
+ # symlink for compatibility with older releases
+ ln -s wpa_supplicant.conf $PKG/etc/wpa.conf
}

Generated by cgit