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 | d5345b5f7a4a8f9ec4c1b4b9801a19b4ffd5d547 (patch) | |
tree | 082bbcfc88019a856d9da9d8a7022f3ce3b8fc26 /target/linux/brcm47xx/profiles | |
parent | 62ccdcedae255174a46ef74d2e0a887f16ddb30f (diff) | |
download | upstream-d5345b5f7a4a8f9ec4c1b4b9801a19b4ffd5d547.tar.gz upstream-d5345b5f7a4a8f9ec4c1b4b9801a19b4ffd5d547.tar.bz2 upstream-d5345b5f7a4a8f9ec4c1b4b9801a19b4ffd5d547.zip |
add b43 fixes from #2677
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9535 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) + |