2007-04-01 17:11:15 +03:00
|
|
|
#
|
2009-05-30 11:54:55 +03:00
|
|
|
# Copyright (C) 2006-2009 OpenWrt.org
|
2007-04-01 17:11:15 +03:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Texas
|
2009-05-30 11:54:55 +03:00
|
|
|
NAME:=Texas Instruments WiFi (mac80211)
|
2007-10-11 05:38:23 +03:00
|
|
|
PACKAGES:=kmod-acx-mac80211
|
2007-04-01 17:11:15 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Texas/Description
|
|
|
|
Package set compatible with hardware using Texas Instruments WiFi cards
|
2009-05-30 11:54:55 +03:00
|
|
|
using the mac80211 driver.
|
2007-04-01 17:11:15 +03:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Texas))
|
|
|
|
|