Bug 257682

Summary: [NEW PORT] net/wifibox: Wireless card driver via virtualized Linux
Product: Ports & Packages Reporter: Gabor Pali <pgj>
Component: Individual Port(s)Assignee: Ashish SHUKLA <ashish>
Status: Closed FIXED    
Severity: Affects Many People CC: ashish
Priority: ---    
Version: Latest   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
Port files none

Description Gabor Pali freebsd_committer freebsd_triage 2021-08-08 10:32:32 UTC
Created attachment 227016 [details]
Port files

Wifibox deploys a Linux guest to drive a wireless networking card on the FreeBSD host system with the help of PCI pass-through.  There have been guides on the Internet to suggest the use of such techniques to improve the wireless networking experience on FreeBSD, of which Wifibox tries to implement as a single easy-to-use software package.

WWW: https://github.com/pgj/freebsd-wifibox
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-08-16 00:16:24 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c7566742a2933aa66944737a7db447ca6f596ae

commit 3c7566742a2933aa66944737a7db447ca6f596ae
Author:     Gabor Pali <pali.gabor@gmail.com>
AuthorDate: 2021-08-16 00:11:20 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2021-08-16 00:13:51 +0000

    net/wifibox: New port: Wireless card driver

    Wifibox deploys a Linux guest to drive a wireless networking card on
    the FreeBSD host system with the help of PCI pass-through.  There have
    been guides on the Internet to suggest the use of such techniques to
    improve the wireless networking experience on FreeBSD, of which
    Wifibox tries to implement as a single easy-to-use software package.

    PR:             257682

 net/Makefile                |  1 +
 net/wifibox/Makefile (new)  | 29 +++++++++++++++++++++++++++++
 net/wifibox/distinfo (new)  |  5 +++++
 net/wifibox/pkg-descr (new) |  7 +++++++
 net/wifibox/pkg-plist (new) | 33 +++++++++++++++++++++++++++++++++
 5 files changed, 75 insertions(+)
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2021-08-16 00:17:44 UTC
Thanks, committed.