mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
3c7566742a
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
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
@sample etc/wifibox/bhyve.conf.sample
|
|
@sample etc/wifibox/interfaces.conf.sample
|
|
@sample etc/wifibox/udhcpd.conf.sample
|
|
@sample etc/wifibox/wpa_supplicant.conf.sample
|
|
@sample etc/devd/wifibox.conf.sample
|
|
etc/rc.d/wifibox
|
|
man/man8/wifibox.8.gz
|
|
sbin/wifibox
|
|
share/wifibox/device.map
|
|
share/wifibox/grub.cfg
|
|
share/wifibox/disk.img
|
|
@preunexec /usr/bin/find /var/log/wifibox -type f -delete
|
|
@preunexec /usr/bin/find /var/run/wifibox -type f -delete
|
|
@preunexec /usr/bin/find /var/run/wifibox -type l -exec /bin/rm -f {} \;
|
|
@dir /var/log/wifibox
|
|
@dir /var/run/wifibox/appliance/cache
|
|
@dir /var/run/wifibox/appliance/empty
|
|
@dir /var/run/wifibox/appliance/lib/apk
|
|
@dir /var/run/wifibox/appliance/lib/chrony
|
|
@dir /var/run/wifibox/appliance/lib/iptables
|
|
@dir /var/run/wifibox/appliance/lib/misc
|
|
@dir /var/run/wifibox/appliance/lib/udhcpd
|
|
@dir /var/run/wifibox/appliance/lib
|
|
@dir /var/run/wifibox/appliance/local
|
|
@dir /var/run/wifibox/appliance/log/chrony
|
|
@dir /var/run/wifibox/appliance/log
|
|
@dir /var/run/wifibox/appliance/mail
|
|
@dir /var/run/wifibox/appliance/opt
|
|
@dir /var/run/wifibox/appliance/spool/cron
|
|
@dir /var/run/wifibox/appliance/spool
|
|
@dir /var/run/wifibox/appliance/tmp
|
|
@dir /var/run/wifibox/appliance
|
|
@dir /var/run/wifibox
|