summaryrefslogtreecommitdiff
path: root/repo/util/wpa_supplicant.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/wpa_supplicant.xibuild')
-rw-r--r--repo/util/wpa_supplicant.xibuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/repo/util/wpa_supplicant.xibuild b/repo/util/wpa_supplicant.xibuild
index 38001e1..5126587 100644
--- a/repo/util/wpa_supplicant.xibuild
+++ b/repo/util/wpa_supplicant.xibuild
@@ -7,6 +7,11 @@ PKG_VER=2.10
SOURCE=https://w1.fi/releases/wpa_supplicant-$PKG_VER.tar.gz
DESC="A utility providng key negotiation for WPA wireless networks"
+BOOTSCRIPTS=blfs-bootscripts-20210826
+ADDITIONAL=(
+ https://anduin.linuxfromscratch.org/BLFS/blfs-bootscripts/$BOOTSCRIPTS.tar.xz
+ )
+
prepare () {
cat > wpa_supplicant/.config << "EOF"
@@ -58,8 +63,11 @@ package () {
install -v -d -m755 $PKG_DEST/etc/dbus-1/system.d &&
install -v -m644 dbus/dbus-wpa_supplicant.conf \
$PKG_DEST/etc/dbus-1/system.d/wpa_supplicant.conf
-
-
+
+ cd ..
+ tar xf $BOOTSCRIPTS.tar.xz
+ cd $BOOTSCRIPTS
+ make DESTDIR=$PKG_DEST install-service-wpa
}