OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 office 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  
8 define Profile/Generic
9 NAME:=Broadcom SoC, BCM43xx WiFi (b43, brcmfmac, default)
10 PACKAGES:=kmod-b43 kmod-brcmfmac
11 endef
12  
13 define Profile/Generic/Description
14 Package set compatible with any hardware using Broadcom BCM47xx or
15 BCM535x SoCs with an ARM CPU like the BCM4707, BCM4708, BCM4709,
16 BCM53010
17 endef
18  
19 $(eval $(call Profile,Generic))
20