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.xibuild14
1 files changed, 11 insertions, 3 deletions
diff --git a/repo/util/wpa_supplicant.xibuild b/repo/util/wpa_supplicant.xibuild
index a9dca1f..294a9f4 100644
--- a/repo/util/wpa_supplicant.xibuild
+++ b/repo/util/wpa_supplicant.xibuild
@@ -69,9 +69,17 @@ package () {
$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
+
+ # openrc runscripts
+ install -Dm755 wpa_supplicant.initd \
+ $PKG_DEST/etc/init.d/wpa_supplicant
+ install -Dm644 wpa_supplicant.confd \
+ $PKG_DEST/etc/conf.d/wpa_supplicant
+ install -Dm755 wpa_cli.initd \
+ $PKG_DEST/etc/init.d/wpa_cli
+ install -Dm644 wpa_cli.confd \
+ $PKG_DEST/etc/conf.d/wpa_cli
+
}