brcm47xx: fix typo in Broadcom-bgmac-b43 profile name
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Aug 2013 13:41:22 +0000 (13:41 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 17 Aug 2013 13:41:22 +0000 (13:41 +0000)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37803 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 70cd889..35afab1 100644 (file)
@@ -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