diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-28 16:35:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-28 16:35:10 +0000 |
commit | aa3c775b65132f2e3fc4a4eb371cfd37237cf704 (patch) | |
tree | ef0a6821efa1f2f9250caef313ca9978a26124ad /target/linux/brcm63xx/profiles/101-Atheros.mk | |
parent | a29ae090721cafafa2e801c453700d31a6bfc5c6 (diff) | |
download | upstream-aa3c775b65132f2e3fc4a4eb371cfd37237cf704.tar.gz upstream-aa3c775b65132f2e3fc4a4eb371cfd37237cf704.tar.bz2 upstream-aa3c775b65132f2e3fc4a4eb371cfd37237cf704.zip |
Reorder profiles numbering, broadcom being the most widely used
SVN-Revision: 13401
Diffstat (limited to 'target/linux/brcm63xx/profiles/101-Atheros.mk')
-rw-r--r-- | target/linux/brcm63xx/profiles/101-Atheros.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/101-Atheros.mk b/target/linux/brcm63xx/profiles/101-Atheros.mk new file mode 100644 index 0000000000..029586848f --- /dev/null +++ b/target/linux/brcm63xx/profiles/101-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 (default) + PACKAGES:=kmod-madwifi +endef + +define Profile/Atheros/Description + Package set compatible with hardware using Atheros WiFi cards +endef +$(eval $(call Profile,Atheros)) + |