reorder target profiles
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Mar 2007 20:43:39 +0000 (20:43 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Mar 2007 20:43:39 +0000 (20:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6514 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 files changed:
target/linux/brcm-2.4/profiles/100-Broadcom.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/110-BroadcomMimo.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/120-Atheros.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/130-None.mk [new file with mode: 0644]
target/linux/brcm-2.4/profiles/Atheros.mk [deleted file]
target/linux/brcm-2.4/profiles/Broadcom.mk [deleted file]
target/linux/brcm-2.4/profiles/BroadcomMimo.mk [deleted file]
target/linux/brcm-2.4/profiles/None.mk [deleted file]
target/linux/brcm-2.6/profiles/100-Atheros.mk [new file with mode: 0644]
target/linux/brcm-2.6/profiles/110-None.mk [new file with mode: 0644]
target/linux/brcm-2.6/profiles/Atheros.mk [deleted file]
target/linux/brcm-2.6/profiles/None.mk [deleted file]

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 (file)
index 0000000..4732bdf
--- /dev/null
@@ -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 (file)
index 0000000..04ff79f
--- /dev/null
@@ -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 (file)
index 0000000..d721abb
--- /dev/null
@@ -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 (file)
index 0000000..5bfea2f
--- /dev/null
@@ -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 (file)
index d721abb..0000000
+++ /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 (file)
index 4732bdf..0000000
+++ /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 (file)
index 04ff79f..0000000
+++ /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 (file)
index 5bfea2f..0000000
+++ /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 (file)
index 0000000..0295868
--- /dev/null
@@ -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 (file)
index 0000000..2fcfacd
--- /dev/null
@@ -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 (file)
index 0295868..0000000
+++ /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 (file)
index 2fcfacd..0000000
+++ /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))
-
This page took 0.033113 seconds and 4 git commands to generate.