git: dbfa6891001a - main - net/hostapd*: Add missing BSD driver
Cy Schubert <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a7dd41a.3a158.60304160__43557.9667262331$1786631208$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=dbfa6891001a0b1dc98ca8564d9160a3b772eaef commit dbfa6891001a0b1dc98ca8564d9160a3b772eaef Author: Cy Schubert <[email protected]> AuthorDate: 2026-08-13 14:17:16 +0000 Commit: Cy Schubert <[email protected]> CommitDate: 2026-08-13 14:25:47 +0000 net/hostapd*: Add missing BSD driver Reported by: Franco Fichtner <[email protected]> Obtained from: opnsense commit aa30123 --- net/hostapd-devel/Makefile | 3 ++- net/hostapd/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/hostapd-devel/Makefile b/net/hostapd-devel/Makefile index 68afb6994672..e909fe88703b 100644 --- a/net/hostapd-devel/Makefile +++ b/net/hostapd-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= hostapd PORTVERSION= ${COMMIT_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net PKGNAMESUFFIX= -devel @@ -36,6 +36,7 @@ post-patch: ${BUILD_WRKSRC}/Makefile @${SED} -e 's|/usr/local|${PREFIX}|g;s|^CONFIG_DRIVER_NL80211|#CONFIG_DRIVER_NL80211|' ${BUILD_WRKSRC}/defconfig \ >> ${WRKSRC}/hostapd/.config + @${ECHO_CMD} 'CONFIG_DRIVER_BSD=y' >> ${WRKSRC}/hostapd/.config @${ECHO_CMD} 'CONFIG_L2_FREEBSD=y' >> ${WRKSRC}/hostapd/.config @${ECHO_CMD} 'CONFIG_DNET_PCAP=y' >> ${WRKSRC}/hostapd/.config @${ECHO_CMD} 'CONFIG_IEEE80211BE=y' >> ${WRKSRC}/hostapd/.config diff --git a/net/hostapd/Makefile b/net/hostapd/Makefile index e05d2ace3a15..a977865230c0 100644 --- a/net/hostapd/Makefile +++ b/net/hostapd/Makefile @@ -1,6 +1,6 @@ PORTNAME= hostapd PORTVERSION= 2.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://w1.fi/releases/ @@ -30,6 +30,7 @@ post-patch: ${BUILD_WRKSRC}/Makefile @${SED} -e 's|/usr/local|${PREFIX}|g;s|^CONFIG_DRIVER_NL80211|#CONFIG_DRIVER_NL80211|' ${BUILD_WRKSRC}/defconfig \ >> ${WRKSRC}/hostapd/.config + @${ECHO_CMD} 'CONFIG_DRIVER_BSD=y' >> ${WRKSRC}/hostapd/.config @${ECHO_CMD} 'CONFIG_L2_FREEBSD=y' >> ${WRKSRC}/hostapd/.config @${ECHO_CMD} 'CONFIG_DNET_PCAP=y' >> ${WRKSRC}/hostapd/.config @${ECHO_CMD} 'CONFIG_IEEE80211BE=y' >> ${WRKSRC}/hostapd/.config