blob: 267795f69239210b8e809f72b6d40c8ac2c7f7d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Texas
NAME:=Texas Instruments WiFi (default)
PACKAGES:=kmod-acx-mac80211
endef
define Profile/Texas/Description
Package set compatible with hardware using Texas Instruments WiFi cards
endef
$(eval $(call Profile,Texas))
|