100-Generic.mk 496 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2013 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. define Profile/Generic
  8. NAME:=Broadcom SoC, BCM43xx WiFi (b43, brcmfmac, default)
  9. PACKAGES:=kmod-b43 kmod-brcmfmac
  10. endef
  11. define Profile/Generic/Description
  12. Package set compatible with any hardware using Broadcom BCM47xx or
  13. BCM535x SoCs with an ARM CPU like the BCM4707, BCM4708, BCM4709,
  14. BCM53010
  15. endef
  16. $(eval $(call Profile,Generic))