From 4192355923cd08e4fc47f938e1cc851ec455b2ee Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 6 Feb 2022 21:17:10 +0000 Subject: edited added iw --- repo/util/wpa_supplicant.xibuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'repo/util/wpa_supplicant.xibuild') 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 } -- cgit v1.2.1