1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-05 14:07:30 +02:00
openwrt-xburst/target/linux/brcm63xx/profiles/Broadcom.mk
florian afb2aa1a4a Update brcm63xx broadcom profile now that b43 is available
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13302 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-20 23:01:48 +00:00

18 lines
376 B
Makefile

#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Broadcom
NAME:=Broadcom WiFi (default)
PACKAGES:=kmod-b43
endef
define Profile/Broadcom/Description
Package set compatible with hardware using Broadcom WiFi cards
endef
$(eval $(call Profile,Broadcom))