100-Broadcom-b43.mk 361 B

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