diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-11-11 11:44:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-11-11 11:44:59 +0000 |
commit | 1eb35dd1c8098556de0c174f780cff15eb212d4f (patch) | |
tree | 5041c300eadaa3d1ea18f435f7c98ee17ddaee8b /target/linux/brcm47xx/profiles | |
parent | 1bca0cc51704b5ef57c5e3a9d7a1b80633486d16 (diff) | |
download | upstream-1eb35dd1c8098556de0c174f780cff15eb212d4f.tar.gz upstream-1eb35dd1c8098556de0c174f780cff15eb212d4f.tar.bz2 upstream-1eb35dd1c8098556de0c174f780cff15eb212d4f.zip |
add b43 fixes from #2677
SVN-Revision: 9535
Diffstat (limited to 'target/linux/brcm47xx/profiles')
-rw-r--r-- | target/linux/brcm47xx/profiles/105-Broadcom-b43.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/profiles/105-Broadcom-b43.mk b/target/linux/brcm47xx/profiles/105-Broadcom-b43.mk new file mode 100644 index 0000000000..56712a5c28 --- /dev/null +++ b/target/linux/brcm47xx/profiles/105-Broadcom-b43.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2007 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/Broadcom-b43 + NAME:=Broadcom BCM43xx WiFi + PACKAGES:=kmod-b43 +endef + +define Profile/Broadcom-b43/Description + Package set compatible with hardware using Broadcom BCM43xx cards +endef +$(eval $(call Profile,Broadcom-b43)) + |