diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-04-16 12:48:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-04-16 12:48:27 +0000 |
commit | f5f763a04a23e2b6ef63d94c6d65faeb03cf2398 (patch) | |
tree | 315f6597b4c554db174b097eb6bc47e6de07cf02 /target/linux/adm5120eb-2.6/profiles/110-Atheros.mk | |
parent | c3c0f64f9ddec7c1aef49f2570bde0d63cb3acdb (diff) | |
download | upstream-f5f763a04a23e2b6ef63d94c6d65faeb03cf2398.tar.gz upstream-f5f763a04a23e2b6ef63d94c6d65faeb03cf2398.tar.bz2 upstream-f5f763a04a23e2b6ef63d94c6d65faeb03cf2398.zip |
Reorder profiles, TI Wi-Fi is more common than atheros on adm5120eb
SVN-Revision: 6970
Diffstat (limited to 'target/linux/adm5120eb-2.6/profiles/110-Atheros.mk')
-rw-r--r-- | target/linux/adm5120eb-2.6/profiles/110-Atheros.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/adm5120eb-2.6/profiles/110-Atheros.mk b/target/linux/adm5120eb-2.6/profiles/110-Atheros.mk new file mode 100644 index 0000000000..cc4a704495 --- /dev/null +++ b/target/linux/adm5120eb-2.6/profiles/110-Atheros.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/Atheros + NAME:=Atheros WiFi + PACKAGES:=kmod-madwifi +endef + +define Profile/Atheros/Description + Package set compatible with hardware using Atheros WiFi cards +endef +$(eval $(call Profile,Atheros)) + |