diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-20 23:01:48 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-20 23:01:48 +0000 |
commit | afb2aa1a4aaf9463a6babbbcb94e3f2c4d71bf8f (patch) | |
tree | 550e06eac65145a0f8cbf353c4bba51e8f4cd1a5 | |
parent | 4e6b998a503c341efcd0d872376c8f6c3a8a1563 (diff) |
Update brcm63xx broadcom profile now that b43 is available
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13302 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm63xx/profiles/Broadcom.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/profiles/Broadcom.mk b/target/linux/brcm63xx/profiles/Broadcom.mk index 5fe71bb525..b7e1f46ec5 100644 --- a/target/linux/brcm63xx/profiles/Broadcom.mk +++ b/target/linux/brcm63xx/profiles/Broadcom.mk @@ -7,7 +7,7 @@ define Profile/Broadcom NAME:=Broadcom WiFi (default) - PACKAGES:=kmod-net-bcm43xx + PACKAGES:=kmod-b43 endef define Profile/Broadcom/Description |