diff options
author | Andreas Voegele <andreas@andreasvoegele.com> | 2017-05-09 23:18:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-13 06:58:50 +0700 |
commit | bd673e29e9d4b4024d1efb21e954277534ac0f8e (patch) | |
tree | 159a4231a56470fa0289db21f293c4ed3f596c92 /network/broadcom-sta/README | |
parent | e196e8f941a3ea123f73ba3778f755a4faa0d9b0 (diff) |
network/broadcom-sta: Support Linux kernel 4.9+.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/broadcom-sta/README')
-rw-r--r-- | network/broadcom-sta/README | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/network/broadcom-sta/README b/network/broadcom-sta/README index f90156866c59c..1658fab2a465b 100644 --- a/network/broadcom-sta/README +++ b/network/broadcom-sta/README @@ -23,12 +23,8 @@ disables these drivers. Read the included LICENSE.txt file (placed in /usr/doc) before using the proprietary driver. -Kernel compile instructions (for BCM43142) -=========================== +If you would like to name your interface wlan0 instead of eth1, either +rename the device in /etc/udev/rules.d/70-persistent-net.rules or build +the package with: -1) Ensure that all the wifi drivers (b43, Intel pro, etc) in - drivers>network>wireless are compiled as modules. - -2) Either disable or compile the 'Broadcom specific AMBA' (drivers) as a - module. Otherwise this driver will be loaded by the wifi module instead - of the proper one. + IFNAME=wlan ./broadcom-sta.SlackBuild |