diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-16 12:48:27 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-16 12:48:27 +0000 |
commit | 24bebb80f11b897fd8266520316b338a30bc9238 (patch) | |
tree | 10bb2b4ddb8ce262186400acc7ab794e726beda7 /target/linux/adm5120eb-2.6/profiles/100-Texas.mk | |
parent | 3b402ad242340afbb714794ce7e8bcda3aa2b9b9 (diff) |
Reorder profiles, TI Wi-Fi is more common than atheros on adm5120eb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6970 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120eb-2.6/profiles/100-Texas.mk')
-rw-r--r-- | target/linux/adm5120eb-2.6/profiles/100-Texas.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/adm5120eb-2.6/profiles/100-Texas.mk b/target/linux/adm5120eb-2.6/profiles/100-Texas.mk new file mode 100644 index 0000000000..a9306ca702 --- /dev/null +++ b/target/linux/adm5120eb-2.6/profiles/100-Texas.mk @@ -0,0 +1,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 +endef + +define Profile/Texas/Description + Package set compatible with hardware using Texas Instruments WiFi cards +endef +$(eval $(call Profile,Texas)) + |