From: nbd Date: Sun, 4 Mar 2007 20:43:39 +0000 (+0000) Subject: reorder target profiles X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/4efb08ae2dfdef73743129184e49fdbf392f6720 reorder target profiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6514 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/brcm-2.4/profiles/100-Broadcom.mk b/target/linux/brcm-2.4/profiles/100-Broadcom.mk new file mode 100644 index 000000000..4732bdf37 --- /dev/null +++ b/target/linux/brcm-2.4/profiles/100-Broadcom.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/Broadcom + NAME:=Generic, Broadcom WiFi (default) + PACKAGES:=kmod-brcm-wl wlc nas kmod-wlcompat +endef + +define Profile/Broadcom/Description + Default package set compatible with most BCM947xx hardware +endef +$(eval $(call Profile,Broadcom)) + diff --git a/target/linux/brcm-2.4/profiles/110-BroadcomMimo.mk b/target/linux/brcm-2.4/profiles/110-BroadcomMimo.mk new file mode 100644 index 000000000..04ff79ffc --- /dev/null +++ b/target/linux/brcm-2.4/profiles/110-BroadcomMimo.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/BroadcomMimo + NAME:=Generic, Broadcom WiFi (MIMO) + PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat +endef + +define Profile/BroadcomMimo/Description + Default package set compatible with 802.11n (draft) hardware +endef +$(eval $(call Profile,BroadcomMimo)) + diff --git a/target/linux/brcm-2.4/profiles/120-Atheros.mk b/target/linux/brcm-2.4/profiles/120-Atheros.mk new file mode 100644 index 000000000..d721abb13 --- /dev/null +++ b/target/linux/brcm-2.4/profiles/120-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:=Generic, Atheros WiFi + PACKAGES:=kmod-madwifi +endef + +define Profile/Atheros/Description + Package set compatible with hardware using Atheros WiFi cards +endef +$(eval $(call Profile,Atheros)) + diff --git a/target/linux/brcm-2.4/profiles/130-None.mk b/target/linux/brcm-2.4/profiles/130-None.mk new file mode 100644 index 000000000..5bfea2f7b --- /dev/null +++ b/target/linux/brcm-2.4/profiles/130-None.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/None + NAME:=Generic, No WiFi + PACKAGES:= +endef + +define Profile/None/Description + Package set without WiFi support +endef +$(eval $(call Profile,None)) + diff --git a/target/linux/brcm-2.4/profiles/Atheros.mk b/target/linux/brcm-2.4/profiles/Atheros.mk deleted file mode 100644 index d721abb13..000000000 --- a/target/linux/brcm-2.4/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:=Generic, Atheros WiFi - PACKAGES:=kmod-madwifi -endef - -define Profile/Atheros/Description - Package set compatible with hardware using Atheros WiFi cards -endef -$(eval $(call Profile,Atheros)) - diff --git a/target/linux/brcm-2.4/profiles/Broadcom.mk b/target/linux/brcm-2.4/profiles/Broadcom.mk deleted file mode 100644 index 4732bdf37..000000000 --- a/target/linux/brcm-2.4/profiles/Broadcom.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/Broadcom - NAME:=Generic, Broadcom WiFi (default) - PACKAGES:=kmod-brcm-wl wlc nas kmod-wlcompat -endef - -define Profile/Broadcom/Description - Default package set compatible with most BCM947xx hardware -endef -$(eval $(call Profile,Broadcom)) - diff --git a/target/linux/brcm-2.4/profiles/BroadcomMimo.mk b/target/linux/brcm-2.4/profiles/BroadcomMimo.mk deleted file mode 100644 index 04ff79ffc..000000000 --- a/target/linux/brcm-2.4/profiles/BroadcomMimo.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/BroadcomMimo - NAME:=Generic, Broadcom WiFi (MIMO) - PACKAGES:=kmod-brcm-wl-mimo wlc nas kmod-wlcompat -endef - -define Profile/BroadcomMimo/Description - Default package set compatible with 802.11n (draft) hardware -endef -$(eval $(call Profile,BroadcomMimo)) - diff --git a/target/linux/brcm-2.4/profiles/None.mk b/target/linux/brcm-2.4/profiles/None.mk deleted file mode 100644 index 5bfea2f7b..000000000 --- a/target/linux/brcm-2.4/profiles/None.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/None - NAME:=Generic, No WiFi - PACKAGES:= -endef - -define Profile/None/Description - Package set without WiFi support -endef -$(eval $(call Profile,None)) - diff --git a/target/linux/brcm-2.6/profiles/100-Atheros.mk b/target/linux/brcm-2.6/profiles/100-Atheros.mk new file mode 100644 index 000000000..029586848 --- /dev/null +++ b/target/linux/brcm-2.6/profiles/100-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)) + diff --git a/target/linux/brcm-2.6/profiles/110-None.mk b/target/linux/brcm-2.6/profiles/110-None.mk new file mode 100644 index 000000000..2fcfacde9 --- /dev/null +++ b/target/linux/brcm-2.6/profiles/110-None.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/None + NAME:=No WiFi + PACKAGES:= +endef + +define Profile/None/Description + Package set without WiFi support +endef +$(eval $(call Profile,None)) + 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)) - diff --git a/target/linux/brcm-2.6/profiles/None.mk b/target/linux/brcm-2.6/profiles/None.mk deleted file mode 100644 index 2fcfacde9..000000000 --- a/target/linux/brcm-2.6/profiles/None.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/None - NAME:=No WiFi - PACKAGES:= -endef - -define Profile/None/Description - Package set without WiFi support -endef -$(eval $(call Profile,None)) -