diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-04 20:43:39 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-04 20:43:39 +0000 |
commit | 4efb08ae2dfdef73743129184e49fdbf392f6720 (patch) | |
tree | 34073ced1fdc93af26b675a40bff816a412f0ff3 /target/linux/brcm-2.6/profiles/Atheros.mk | |
parent | 035f1eebe8cf4b5671415c13094d83e4ce44c135 (diff) |
reorder target profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.6/profiles/Atheros.mk')
-rw-r--r-- | target/linux/brcm-2.6/profiles/Atheros.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/brcm-2.6/profiles/Atheros.mk b/target/linux/brcm-2.6/profiles/Atheros.mk deleted file mode 100644 index 029586848..000000000 --- a/target/linux/brcm-2.6/profiles/Atheros.mk +++ /dev/null @@ -1,17 +0,0 @@ -# -# 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)) - |