aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/wpa_supplicant
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/wpa_supplicant')
-rw-r--r--repos/extra/wpa_supplicant/.checksum3
-rw-r--r--repos/extra/wpa_supplicant/.files20
-rw-r--r--repos/extra/wpa_supplicant/abuild55
-rw-r--r--repos/extra/wpa_supplicant/conf3
-rw-r--r--repos/extra/wpa_supplicant/depends2
-rw-r--r--repos/extra/wpa_supplicant/outdated1
-rwxr-xr-xrepos/extra/wpa_supplicant/run12
7 files changed, 0 insertions, 96 deletions
diff --git a/repos/extra/wpa_supplicant/.checksum b/repos/extra/wpa_supplicant/.checksum
deleted file mode 100644
index 38993c67..00000000
--- a/repos/extra/wpa_supplicant/.checksum
+++ /dev/null
@@ -1,3 +0,0 @@
-391c31bf13efd7aaadaa404e9acc4b2a5c8a5c6cf8af3a0fcba040d77ff4f1ed conf
-4ea4b340a126b04fc070adc3e56828e03dcb36c9964f050a98e3bf4051c44e64 run
-3b61ac45430831f5fdc4ef8d00b5415075a2f236f591213eca22c9c7312707c3 wpa_supplicant-2.11.tar.gz
diff --git a/repos/extra/wpa_supplicant/.files b/repos/extra/wpa_supplicant/.files
deleted file mode 100644
index 7f4e9ab9..00000000
--- a/repos/extra/wpa_supplicant/.files
+++ /dev/null
@@ -1,20 +0,0 @@
-drwxr-xr-x root/root etc/
-drwxr-xr-x root/root etc/sv/
-drwxr-xr-x root/root etc/sv/wpa_supplicant/
--rw-r--r-- root/root etc/sv/wpa_supplicant/conf.new
--rwxr-xr-x root/root etc/sv/wpa_supplicant/run.new
-lrwxrwxrwx root/root etc/sv/wpa_supplicant/supervise -> ../../../run/runit/supervise.wpa_supplicant
--rw-r--r-- root/root etc/wpa_supplicant.conf.new
-drwxr-xr-x root/root usr/
-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
--rwxr-xr-x root/root usr/sbin/wpa_supplicant
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man5/
--rw-r--r-- root/root usr/share/man/man5/wpa_supplicant.conf.5.gz
-drwxr-xr-x root/root usr/share/man/man8/
--rw-r--r-- root/root usr/share/man/man8/wpa_cli.8.gz
--rw-r--r-- root/root usr/share/man/man8/wpa_passphrase.8.gz
--rw-r--r-- root/root usr/share/man/man8/wpa_supplicant.8.gz
diff --git a/repos/extra/wpa_supplicant/abuild b/repos/extra/wpa_supplicant/abuild
deleted file mode 100644
index 6c72a700..00000000
--- a/repos/extra/wpa_supplicant/abuild
+++ /dev/null
@@ -1,55 +0,0 @@
-name=wpa_supplicant
-version=2.11
-release=2
-source="https://w1.fi/releases/$name-$version.tar.gz
- run
- conf"
-sv="run conf"
-export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-tiny)"
-
-build() {
-cat > wpa_supplicant/.config << "EOF"
-CONFIG_BACKEND=file
-CONFIG_CTRL_IFACE=y
-CONFIG_DEBUG_FILE=y
-CONFIG_DEBUG_SYSLOG=y
-CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
-CONFIG_DRIVER_NL80211=y
-CONFIG_DRIVER_WEXT=y
-CONFIG_DRIVER_WIRED=y
-CONFIG_EAP_GTC=y
-CONFIG_EAP_LEAP=y
-CONFIG_EAP_MD5=y
-CONFIG_EAP_MSCHAPV2=y
-CONFIG_EAP_OTP=y
-CONFIG_EAP_PEAP=y
-CONFIG_EAP_TLS=y
-CONFIG_EAP_TTLS=y
-CONFIG_IEEE8021X_EAPOL=y
-CONFIG_IPV6=y
-CONFIG_PEERKEY=y
-CONFIG_LIBNL20=y
-CONFIG_LIBNL_TINY=y
-CONFIG_PKCS12=y
-CONFIG_READLINE=y
-CONFIG_SMARTCARD=y
-CONFIG_WPS=y
-CFLAGS += -I/usr/include/libnl3
-EOF
-
-cd wpa_supplicant
-make BINDIR=/usr/sbin LIBDIR=/usr/lib
-
-mkdir -p $PKG/usr/sbin $PKG/usr/share/man/man5 $PKG/usr/share/man/man8
-install -v -m755 wpa_cli wpa_passphrase wpa_supplicant $PKG/usr/sbin
-install -v -m644 doc/docbook/wpa_supplicant.conf.5 $PKG/usr/share/man/man5/
-install -v -m644 doc/docbook/wpa_cli.8 $PKG/usr/share/man/man8/
-install -v -m644 doc/docbook/wpa_passphrase.8 $PKG/usr/share/man/man8/
-install -v -m644 doc/docbook/wpa_supplicant.8 $PKG/usr/share/man/man8/
-
-mkdir -p $PKG/etc
-cat > $PKG/etc/wpa_supplicant.conf << "EOF"
-ctrl_interface=DIR=/run/wpa_supplicant GROUP=wheel
-update_config=1
-EOF
-}
diff --git a/repos/extra/wpa_supplicant/conf b/repos/extra/wpa_supplicant/conf
deleted file mode 100644
index 92ca16db..00000000
--- a/repos/extra/wpa_supplicant/conf
+++ /dev/null
@@ -1,3 +0,0 @@
-# config file for wpa_supplicant service
-
-#IFACE=wlan0
diff --git a/repos/extra/wpa_supplicant/depends b/repos/extra/wpa_supplicant/depends
deleted file mode 100644
index 3f14cc42..00000000
--- a/repos/extra/wpa_supplicant/depends
+++ /dev/null
@@ -1,2 +0,0 @@
-libnl-tiny
-readline
diff --git a/repos/extra/wpa_supplicant/outdated b/repos/extra/wpa_supplicant/outdated
deleted file mode 100644
index 7c706a4c..00000000
--- a/repos/extra/wpa_supplicant/outdated
+++ /dev/null
@@ -1 +0,0 @@
-name=wpa-supplicant
diff --git a/repos/extra/wpa_supplicant/run b/repos/extra/wpa_supplicant/run
deleted file mode 100755
index 10a3b6cc..00000000
--- a/repos/extra/wpa_supplicant/run
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-[ -f ./conf ] && . ./conf
-if [ ! "$IFACE" ]; then
- for i in /sys/class/net/*; do
- [ -e $i/phy80211 ] && {
- IFACE=${i##*/}
- break
- }
- done
-fi
-[ "$IFACE" ] || exit 1
-exec wpa_supplicant -D nl80211 -i $IFACE -c /etc/wpa_supplicant.conf 2>&1