diff options
author | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-04-27 23:12:05 +0200 |
---|---|---|
committer | PÁLI Gábor János <pali.gabor@gmail.com> | 2022-04-27 23:12:05 +0200 |
commit | e4e108c834bb19a76bb9b4ae0c8c585785fb6675 (patch) | |
tree | ebf18c1e3727da6af051358f5d297d24fafba4db /aports/broadcom-wl/Makefile.patch | |
parent | 1ecfff829f55162ba6414e34f3110517c3061b90 (diff) | |
download | freebsd-wifibox-alpine-e4e108c834bb19a76bb9b4ae0c8c585785fb6675.zip |
Add optional package for the Broadcom STA (`wl`) driver.
Ported from: Arch Linux
Diffstat (limited to 'aports/broadcom-wl/Makefile.patch')
-rw-r--r-- | aports/broadcom-wl/Makefile.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/aports/broadcom-wl/Makefile.patch b/aports/broadcom-wl/Makefile.patch new file mode 100644 index 0000000..943f6a9 --- /dev/null +++ b/aports/broadcom-wl/Makefile.patch @@ -0,0 +1,8 @@ +--- a/Makefile ++++ b/Makefile +@@ -165,4 +165,4 @@ + KBUILD_NOPEDANTIC=1 make -C $(KBUILD_DIR) M=`pwd` clean + + install: +- install -D -m 755 wl.ko $(MDEST_DIR) ++ install -D -m 755 wl.ko $(MDEST_DIR)/wl.ko |