2007-04-02 19:32:14 +08:00
|
|
|
#
|
2007-09-12 01:55:08 +08:00
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
2007-04-02 19:32:14 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Texas
|
2007-09-12 01:55:08 +08:00
|
|
|
NAME:=Texas Instruments WiFi
|
|
|
|
PACKAGES:=kmod-acx
|
2007-04-02 19:32:14 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Texas/Description
|
2007-09-12 01:55:08 +08:00
|
|
|
Package set compatible with hardware using Texas Instruments WiFi cards.
|
2007-04-02 19:32:14 +08:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Texas))
|
|
|
|
|