mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
doc: Add recommendation to broadcom-sta users to stay with Linux LTS.
* nongnu/packages/linux.scm (broadcom-sta): Added recommendation to the end of the description. * README.org (Broadcom Wireless): Added recommendation to Broadcom Wireless section. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
a57085e47b
commit
82ec5ff3db
2 changed files with 6 additions and 2 deletions
|
@ -162,7 +162,8 @@ is exactly equivalent to:
|
||||||
|
|
||||||
Some Broadcom wireless hardware requires a proprietary kernel module in
|
Some Broadcom wireless hardware requires a proprietary kernel module in
|
||||||
addition to firmware. To use such hardware you will also need to add a service
|
addition to firmware. To use such hardware you will also need to add a service
|
||||||
to load that module on boot, and blacklist conflicting kernel modules:
|
to load that module on boot, blacklist conflicting kernel modules, and while not
|
||||||
|
required, it is recommended to stay with Linux LTS releases:
|
||||||
|
|
||||||
#+BEGIN_SRC scheme
|
#+BEGIN_SRC scheme
|
||||||
(use-modules (nongnu packages linux))
|
(use-modules (nongnu packages linux))
|
||||||
|
|
|
@ -618,7 +618,10 @@ Linux device driver for the following chipsets:
|
||||||
@item BCM4331
|
@item BCM4331
|
||||||
@item BCM4352
|
@item BCM4352
|
||||||
@item BCM4360
|
@item BCM4360
|
||||||
@end itemize")
|
@end itemize
|
||||||
|
|
||||||
|
It is recommended that anyone who uses this package stays with Linux LTS
|
||||||
|
releases.")
|
||||||
(license (nonfree "https://www.broadcom.com/support/802.11"))))
|
(license (nonfree "https://www.broadcom.com/support/802.11"))))
|
||||||
|
|
||||||
(define-public broadcom-bt-firmware
|
(define-public broadcom-bt-firmware
|
||||||
|
|
Loading…
Reference in a new issue