X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fbcm53xx%2Fprofiles%2F100-Generic.mk;h=b57258666ee20c0d97a6168371219c52085a010d;hb=5df1f4113bd89542a804308d5890823876878918;hp=ce5a826884fe18df1d7a262a5fc32a136bf2b455;hpb=3c3b3dd41d5750fc72797915432ef046938bed3b;p=openwrt%2F.git diff --git a/target/linux/bcm53xx/profiles/100-Generic.mk b/target/linux/bcm53xx/profiles/100-Generic.mk index ce5a826884..b57258666e 100644 --- a/target/linux/bcm53xx/profiles/100-Generic.mk +++ b/target/linux/bcm53xx/profiles/100-Generic.mk @@ -6,13 +6,14 @@ # define Profile/Generic - NAME:=Broadcom SoC, BCM43xx WiFi (b43, default) - PACKAGES:=kmod-b43 + NAME:=Broadcom SoC, BCM43xx WiFi (b43, brcmfmac, default) + PACKAGES:=kmod-b43 kmod-brcmfmac endef define Profile/Generic/Description - Package set compatible with hardware any Broadcom BCM47xx or BCM535x - SoC with a ARM CPU like the BCM4707, BCM4708, BCM4709, BCM53010 + Package set compatible with any hardware using Broadcom BCM47xx or + BCM535x SoCs with an ARM CPU like the BCM4707, BCM4708, BCM4709, + BCM53010 endef $(eval $(call Profile,Generic))