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 | 79a54d53cc6bec0774fd60ed1bffe5b2e9a5267f (patch) | |
tree | 83d19306937a14afd0baaf66ff97c48ec032f884 /target/linux/bcm53xx/profiles | |
parent | 326c744ec4892eee3efe9c5add8687efa0f1f591 (diff) | |
download | upstream-79a54d53cc6bec0774fd60ed1bffe5b2e9a5267f.tar.gz upstream-79a54d53cc6bec0774fd60ed1bffe5b2e9a5267f.tar.bz2 upstream-79a54d53cc6bec0774fd60ed1bffe5b2e9a5267f.zip |
bcm53xx: include kmod-brcmfmac in default profile
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44467 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |