102-Broadcom-wl.mk 421 B

12345678910111213141516
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2014 OpenWrt.org
  4. define Profile/Broadcom-mips74k-wl
  5. NAME:=Broadcom SoC, BCM43xx WiFi (proprietary wl)
  6. PACKAGES:=-wpad-basic-wolfssl kmod-brcm-wl wlc nas
  7. endef
  8. define Profile/Broadcom-mips74k-wl/Description
  9. Package set for devices with BCM43xx WiFi including proprietary (and
  10. closed source) driver "wl".
  11. endef
  12. $(eval $(call Profile,Broadcom-mips74k-wl))