rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / bcm53xx / profiles / 100-Generic.mk
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 hardware any Broadcom BCM47xx or BCM535x
15 SoC with a ARM CPU like the BCM4707, BCM4708, BCM4709, BCM53010
16 endef
17
18 $(eval $(call Profile,Generic))
19