100-Generic.mk 488 B

12345678910111213141516171819
  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 hardware any Broadcom BCM47xx or BCM535x
  13. SoC with a ARM CPU like the BCM4707, BCM4708, BCM4709, BCM53010
  14. endef
  15. $(eval $(call Profile,Generic))