Browse Source

brcm47xx: fix typo in Broadcom-bgmac-b43 profile name

Signed-off-by: Rafał Miłecki <[email protected]>
Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 37803
Hauke Mehrtens 12 years ago
parent
commit
af161b6576
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/brcm47xx/profiles/220-Broadcom-bgmac-b43.mk

+ 1 - 1
target/linux/brcm47xx/profiles/220-Broadcom-bgmac-b43.mk

@@ -6,7 +6,7 @@
 #
 
 define Profile/Broadcom-bgmac-b43
-  NAME:=Broadcom SoC, bgmac Ethernet, BCM43xx WiFi (bgmac)
+  NAME:=Broadcom SoC, bgmac Ethernet, BCM43xx WiFi (b43)
   PACKAGES:=kmod-bgmac kmod-b43
 endef