Author: jogo
Date: 2014-08-18 23:50:40 +0200 (Mon, 18 Aug 2014)
New Revision: 42209

Added:
   trunk/target/linux/brcm63xx/profiles/00-default.mk
   trunk/target/linux/brcm63xx/profiles/01-generic.mk
   trunk/target/linux/brcm63xx/profiles/asmax.mk
   trunk/target/linux/brcm63xx/profiles/comtrend.mk
   trunk/target/linux/brcm63xx/profiles/d-link.mk
   trunk/target/linux/brcm63xx/profiles/huawei.mk
   trunk/target/linux/brcm63xx/profiles/sfr.mk
   trunk/target/linux/brcm63xx/profiles/t-com.mk
   trunk/target/linux/brcm63xx/profiles/tecom.mk
Removed:
   trunk/target/linux/brcm63xx/profiles/100-Broadcom.mk
   trunk/target/linux/brcm63xx/profiles/101-Broadcom-wl.mk
   trunk/target/linux/brcm63xx/profiles/102-Atheros.mk
   trunk/target/linux/brcm63xx/profiles/103-Ralink.mk
   trunk/target/linux/brcm63xx/profiles/104-No-WiFi.mk
   trunk/target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk
   trunk/target/linux/brcm63xx/profiles/200-GW6X00.mk
   trunk/target/linux/brcm63xx/profiles/201-Huawei.mk
   trunk/target/linux/brcm63xx/profiles/202-Sagemcom.mk
Log:
brcm63xx: add profiles for DTB supported devices

Remove generic profiles and add profiles for each DTB supported device.

Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>

Added: trunk/target/linux/brcm63xx/profiles/00-default.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/00-default.mk                          
(rev 0)
+++ trunk/target/linux/brcm63xx/profiles/00-default.mk  2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/Default
+  NAME:=Default Profile
+  PACKAGES:=kmod-b43 wpad-mini
+endef
+define Profile/Default/description
+  Package set compatible with most boards.
+endef
+$(eval $(call Profile,Default))

Added: trunk/target/linux/brcm63xx/profiles/01-generic.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/01-generic.mk                          
(rev 0)
+++ trunk/target/linux/brcm63xx/profiles/01-generic.mk  2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/96328avng
+  NAME:=Generic 96328avng
+  PACKAGES:=
+endef
+define Profile/96328avng/Description
+  Package set optimized for 96328avng.
+endef
+$(eval $(call Profile,96328avng))

Deleted: trunk/target/linux/brcm63xx/profiles/100-Broadcom.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/100-Broadcom.mk        2014-08-18 
21:50:37 UTC (rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/100-Broadcom.mk        2014-08-18 
21:50:40 UTC (rev 42209)
@@ -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:=Broadcom WiFi (default)
-  PACKAGES:=kmod-b43 wpad-mini
-endef
-
-define Profile/Broadcom/Description
-       Package set compatible with hardware using Broadcom WiFi cards
-endef
-$(eval $(call Profile,Broadcom))
-

Deleted: trunk/target/linux/brcm63xx/profiles/101-Broadcom-wl.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/101-Broadcom-wl.mk     2014-08-18 
21:50:37 UTC (rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/101-Broadcom-wl.mk     2014-08-18 
21:50:40 UTC (rev 42209)
@@ -1,19 +0,0 @@
-#
-# Copyright (C) 2010 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-wl
-  NAME:=Broadcom BCM43xx WiFi (wl, proprietary)
-  PACKAGES:= kmod-brcm-wl wlc nas
-endef
-
-define Profile/Broadcom-wl/Description
-       Package set compatible with hardware using Broadcom BCM43xx cards
-       using the proprietary broadcom wireless "wl" driver.
-endef
-
-$(eval $(call Profile,Broadcom-wl))
-

Deleted: trunk/target/linux/brcm63xx/profiles/102-Atheros.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/102-Atheros.mk 2014-08-18 21:50:37 UTC 
(rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/102-Atheros.mk 2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -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-ath5k kmod-ath9k wpad-mini
-endef
-
-define Profile/Atheros/Description
-       Package set compatible with hardware using Atheros WiFi cards
-endef
-$(eval $(call Profile,Atheros))
-

Deleted: trunk/target/linux/brcm63xx/profiles/103-Ralink.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/103-Ralink.mk  2014-08-18 21:50:37 UTC 
(rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/103-Ralink.mk  2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -1,13 +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/Ralink
-  NAME:=Ralink WiFi
-  PACKAGES:=kmod-rt61-pci wpad-mini
-endef
-$(eval $(call Profile,Ralink))
-

Deleted: trunk/target/linux/brcm63xx/profiles/104-No-WiFi.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/104-No-WiFi.mk 2014-08-18 21:50:37 UTC 
(rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/104-No-WiFi.mk 2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -1,17 +0,0 @@
-#
-# Copyright (C) 2009 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/NoWiFi
-  NAME:=No WiFi (BCM6338)
-  PACKAGES:=
-endef
-
-define Profile/NoWiFi/description
-  Package set compatible with BCM63xx routers without Wi-Fi (e.g: 
BCM6338-based).
-endef
-
-$(eval $(call Profile,NoWiFi))

Deleted: trunk/target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk       
2014-08-18 21:50:37 UTC (rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/105-Broadcom-brcmsmac.mk       
2014-08-18 21:50:40 UTC (rev 42209)
@@ -1,17 +0,0 @@
-#
-# Copyright (C) 2012 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/Broadcom-brcmsmac
-  NAME:=Broadcom WiFi (brcmsmac)
-  PACKAGES:=kmod-brcmsmac wpad-mini
-endef
-
-define Profile/Broadcom-brcmsmac/Description
-       Package set compatible with hardware using Broadcom WiFi cards
-endef
-$(eval $(call Profile,Broadcom-brcmsmac))
-

Deleted: trunk/target/linux/brcm63xx/profiles/200-GW6X00.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/200-GW6X00.mk  2014-08-18 21:50:37 UTC 
(rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/200-GW6X00.mk  2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2009 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/GW6X00
-  NAME:=Tecom GW6X00
-  PACKAGES:=kmod-brcm-wl kmod-usb-core kmod-usb-ohci kmod-usb-storage \
-       kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1 e2fsprogs \
-       kmod-ipt-nathelper-extra wlc
-endef
-
-define Profile/GW6X00/Description
-       Package set compatible with the Tecom GW6000 and GW6200 based
-       on the BCM96348GW reference design.
-endef
-$(eval $(call Profile,GW6X00))
-

Deleted: trunk/target/linux/brcm63xx/profiles/201-Huawei.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/201-Huawei.mk  2014-08-18 21:50:37 UTC 
(rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/201-Huawei.mk  2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -1,26 +0,0 @@
-#
-# Copyright (C) 2012-2014 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/HW553
-  NAME:=Huawei HG553
-  PACKAGES:=kmod-b43 wpad-mini \
-       kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
-endef
-define Profile/HW553/Description
-       Package set optimized for Huawei HG553 using open-source b43 WiFi driver
-endef
-$(eval $(call Profile,HW553))
-
-define Profile/HW556
-  NAME:=Huawei HG556a
-  PACKAGES:=kmod-rt2800-pci kmod-ath9k wpad-mini \
-       kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
-endef
-define Profile/HW556/Description
-       Package set optimized for Huawei HG556a using open-source atheros or 
ralink WiFi driver
-endef
-$(eval $(call Profile,HW556))

Deleted: trunk/target/linux/brcm63xx/profiles/202-Sagemcom.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/202-Sagemcom.mk        2014-08-18 
21:50:37 UTC (rev 42208)
+++ trunk/target/linux/brcm63xx/profiles/202-Sagemcom.mk        2014-08-18 
21:50:40 UTC (rev 42209)
@@ -1,16 +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/Sagemcom-2704V2
-  NAME:=Sagemcom F@ST 2704 V2
-  PACKAGES:=kmod-b43 wpad-mini \
-    kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev 
-endef
-define Profile/Sagemcom-2704V2/Description
-  Package set optimized for Sagemcom F@ST 2704 using open-source b43 WiFi 
driver
-endef
-$(eval $(call Profile,Sagemcom-2704V2))

Added: trunk/target/linux/brcm63xx/profiles/asmax.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/asmax.mk                               
(rev 0)
+++ trunk/target/linux/brcm63xx/profiles/asmax.mk       2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/AR1004G
+  NAME:=Asmax AR 1004G
+  PACKAGES:=kmod-b43 wpad-mini
+endef
+define Profile/AR1004G/Description
+  Package set optimized for AR 1004G.
+endef
+$(eval $(call Profile,AR1004G))

Added: trunk/target/linux/brcm63xx/profiles/comtrend.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/comtrend.mk                            
(rev 0)
+++ trunk/target/linux/brcm63xx/profiles/comtrend.mk    2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/CT536_CT5621
+  NAME:=Comtrend CT-536+/CT-5621
+  PACKAGES:=kmod-b43 wpad-mini
+endef
+define Profile/CT536_CT5621/Description
+  Package set optimized for CT-536+/CT-5621.
+endef
+$(eval $(call Profile,CT536_CT5621))

Added: trunk/target/linux/brcm63xx/profiles/d-link.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/d-link.mk                              
(rev 0)
+++ trunk/target/linux/brcm63xx/profiles/d-link.mk      2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -0,0 +1,25 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/DSL274XB_C
+  NAME:=D-Link DSL-2740B/DSL-2741B rev C2/C3
+  PACKAGES:=kmod-b43 wpad-mini
+endef
+define Profile/DSL274XB_C/Description
+  Package set optimized for DSL-2740B/DSL-2741B rev C2/C3.
+endef
+$(eval $(call Profile,DSL274XB_C))
+
+define Profile/DVAG3810BN
+  NAME:=D-Link DVA-G3810BN/TL
+  PACKAGES:=kmod-b43 wpad-mini \
+       kmod-usb2 kmod-usb-ohci
+endef
+define Profile/DVAG3810BN/Description
+  Package set optimized for DVA-G3810BN/TL.
+endef
+$(eval $(call Profile,DVAG3810BN))

Added: trunk/target/linux/brcm63xx/profiles/huawei.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/huawei.mk                              
(rev 0)
+++ trunk/target/linux/brcm63xx/profiles/huawei.mk      2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/HG556a_AB
+  NAME:=Huawei EchoLife HG556a (version A/B - Atheros)
+  PACKAGES:=kmod-ath9k wpad-mini \
+       kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
+endef
+define Profile/HG556a_AB/Description
+  Package set optimized for Huawei HG556a version A/B (Atheros).
+endef
+$(eval $(call Profile,HG556a_AB))
+
+define Profile/HG556a_C
+  NAME:=Huawei EchoLife HG556a (version C - Ralink)
+  PACKAGES:=kmod-rt2800-pci wpad-mini \
+       kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
+endef
+define Profile/HG556a_C/Description
+  Package set optimized for Huawei HG556a version C (Ralink).
+endef
+$(eval $(call Profile,HG556a_C))

Added: trunk/target/linux/brcm63xx/profiles/sfr.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/sfr.mk                         (rev 0)
+++ trunk/target/linux/brcm63xx/profiles/sfr.mk 2014-08-18 21:50:40 UTC (rev 
42209)
@@ -0,0 +1,26 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/Neufbox4
+  NAME:=SFR Neufbox4
+  PACKAGES:=kmod-b43 wpad-mini \
+       kmod-usb2 kmod-usb-ohci
+endef
+define Profile/Neufbox4/Description
+  Package set optimized for Neufbox4.
+endef
+$(eval $(call Profile,Neufbox4))
+
+define Profile/Neufbox6
+  NAME:=SFR Neufbox6
+  PACKAGES:=kmod-b43 wpad-mini \
+       kmod-usb2 kmod-usb-ohci
+endef
+define Profile/Neufbox6/Description
+  Package set optimized for Neufbox6.
+endef
+$(eval $(call Profile,Neufbox6))

Added: trunk/target/linux/brcm63xx/profiles/t-com.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/t-com.mk                               
(rev 0)
+++ trunk/target/linux/brcm63xx/profiles/t-com.mk       2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/SPW500V
+  NAME:=T-Com Speedport W 500V
+  PACKAGES:=kmod-b43 wpad-mini
+endef
+define Profile/SPW500V/Description
+  Package set optimized for SPW500V.
+endef
+$(eval $(call Profile,SPW500V))

Added: trunk/target/linux/brcm63xx/profiles/tecom.mk
===================================================================
--- trunk/target/linux/brcm63xx/profiles/tecom.mk                               
(rev 0)
+++ trunk/target/linux/brcm63xx/profiles/tecom.mk       2014-08-18 21:50:40 UTC 
(rev 42209)
@@ -0,0 +1,28 @@
+#
+# Copyright (C) 2014 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/GW6000
+  NAME:=Tecom GW6000
+  PACKAGES:=kmod-brcm-wl kmod-usb-ohci kmod-usb-storage \
+       kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1 e2fsprogs \
+       kmod-ipt-nathelper-extra wlc
+endef
+define Profile/GW6000/Description
+  Package set optimized for GW6000.
+endef
+$(eval $(call Profile,GW6000))
+
+define Profile/GW6200
+  NAME:=Tecom GW6200
+  PACKAGES:=kmod-brcm-wl kmod-usb-ohci kmod-usb-storage \
+       kmod-fs-ext4 kmod-nls-cp437 kmod-nls-iso8859-1 e2fsprogs \
+       kmod-ipt-nathelper-extra wlc
+endef
+define Profile/GW6200/Description
+  Package set optimized for GW6200.
+endef
+$(eval $(call Profile,GW6200))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to