diff options
author | John Baldwin <jhb@FreeBSD.org> | 2016-08-19 22:27:14 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2016-08-19 22:27:14 +0000 |
commit | 09b9789b28dd8453a54cb424115f31a6d3672527 (patch) | |
tree | 25435b38d0c33a275b64ad9cd79127cc4d925a37 /targets | |
parent | d538f1bd404312986a100392f458af6ae574836b (diff) | |
download | src-09b9789b28dd8453a54cb424115f31a6d3672527.tar.gz src-09b9789b28dd8453a54cb424115f31a6d3672527.zip |
Remove the wl(4) driver and wlconfig(8) utility.
The wl(4) driver supports pre-802.11 PCCard wireless adapters that
are slower than 802.11b. They do not work with any of the 802.11
framework and the driver hasn't been reported to actually work in a
long time.
Relnotes: yes
Notes
Notes:
svn path=/head/; revision=304506
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/userland/Makefile.depend | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index e0a404ba38f9..80d05d3cdd19 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -865,8 +865,7 @@ DIRDEPS.i386= \ usr.sbin/spkrtest \ usr.sbin/zzz \ usr.sbin/acpi \ - usr.sbin/boot0cfg \ - usr.sbin/wlconfig + usr.sbin/boot0cfg DIRDEPS.arm64= \ usr.sbin/acpi \ |