From 733b0a1ff824ebb72efb96b32878253756bd6f10 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 30 May 2009 08:54:55 +0000 Subject: rework ar7 profiles to separate dsl firmwares, annex-a being now the default and most widespread SVN-Revision: 16201 --- target/linux/ar7/profiles/200-Texas.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ar7/profiles/200-Texas.mk (limited to 'target/linux/ar7/profiles/200-Texas.mk') diff --git a/target/linux/ar7/profiles/200-Texas.mk b/target/linux/ar7/profiles/200-Texas.mk new file mode 100644 index 0000000000..7d868bdb08 --- /dev/null +++ b/target/linux/ar7/profiles/200-Texas.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2006-2009 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 (mac80211) + PACKAGES:=kmod-acx-mac80211 +endef + +define Profile/Texas/Description + Package set compatible with hardware using Texas Instruments WiFi cards + using the mac80211 driver. +endef +$(eval $(call Profile,Texas)) + -- cgit v1.2.3