diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-02-16 19:51:21 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-02-16 19:51:21 +0000 |
commit | 08b45f73db864775ce08c97b7a4c4065b1d4ad68 (patch) | |
tree | feac31dddde86fcabd0dbd023a11a8b0af0a6a09 /target/linux/bcm53xx/profiles | |
parent | a79d10fa011f45b24246b7d2c8f7ee0a9dbcdcc7 (diff) | |
download | upstream-08b45f73db864775ce08c97b7a4c4065b1d4ad68.tar.gz upstream-08b45f73db864775ce08c97b7a4c4065b1d4ad68.tar.bz2 upstream-08b45f73db864775ce08c97b7a4c4065b1d4ad68.zip |
bcm53xx: include kmod-brcmfmac in default profile
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44467
Diffstat (limited to 'target/linux/bcm53xx/profiles')
-rw-r--r-- | target/linux/bcm53xx/profiles/100-Generic.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm53xx/profiles/100-Generic.mk b/target/linux/bcm53xx/profiles/100-Generic.mk index ce5a826884..d7e9005aa7 100644 --- a/target/linux/bcm53xx/profiles/100-Generic.mk +++ b/target/linux/bcm53xx/profiles/100-Generic.mk @@ -6,8 +6,8 @@ # 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 |