commit:     acf212c3359ce5925ad85a791bbb55cb0e293904
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 00:16:14 2018 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
CommitDate: Fri Apr 27 21:14:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acf212c3

net-wireless/hostapd: don't enable nonexistent PRISM54 driver

PRISM54 driver support has been removed from hostapd in 2009, in commit
50b5bf4eda92 ("Remove obsolete Prism54.org driver support
(driver_prism54.c)").

Suggested-by: Conrad Kostecki <ck+gentoo <AT> bl4ckb0x.de>
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-wireless/hostapd/hostapd-2.6-r3.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/net-wireless/hostapd/hostapd-2.6-r3.ebuild 
b/net-wireless/hostapd/hostapd-2.6-r3.ebuild
index 9b9078e5558..da8ab633fed 100644
--- a/net-wireless/hostapd/hostapd-2.6-r3.ebuild
+++ b/net-wireless/hostapd/hostapd-2.6-r3.ebuild
@@ -112,8 +112,6 @@ src_configure() {
        einfo "  HostAP driver enabled"
        echo "CONFIG_DRIVER_WIRED=y" >> ${CONFIG}
        einfo "  Wired driver enabled"
-       echo "CONFIG_DRIVER_PRISM54=y" >> ${CONFIG}
-       einfo "  Prism54 driver enabled"
        echo "CONFIG_DRIVER_NONE=y" >> ${CONFIG}
        einfo "  None driver enabled"
 

Reply via email to