diff options
author | James <> | 2015-11-04 11:49:21 +0000 |
---|---|---|
committer | James <> | 2015-11-04 11:49:21 +0000 |
commit | 716ca530e1c4515d8683c9d5be3d56b301758b66 (patch) | |
tree | 700eb5bcc1a462a5f21dcec15ce7c97ecfefa772 /target/linux/brcm63xx/profiles | |
download | trunk-47381-master.tar.gz trunk-47381-master.tar.bz2 trunk-47381-master.zip |
Diffstat (limited to 'target/linux/brcm63xx/profiles')
25 files changed, 882 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/profiles/00-default.mk b/target/linux/brcm63xx/profiles/00-default.mk new file mode 100644 index 0000000..a25be92 --- /dev/null +++ b/target/linux/brcm63xx/profiles/00-default.mk @@ -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)) diff --git a/target/linux/brcm63xx/profiles/01-generic.mk b/target/linux/brcm63xx/profiles/01-generic.mk new file mode 100644 index 0000000..2a9eb15 --- /dev/null +++ b/target/linux/brcm63xx/profiles/01-generic.mk @@ -0,0 +1,123 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/963281TAN + NAME:=Generic 963281TAN + PACKAGES:= +endef +define Profile/963281TAN/Description + Package set optimized for 963281TAN. +endef +$(eval $(call Profile,963281TAN)) + +define Profile/96328avng + NAME:=Generic 96328avng + PACKAGES:= +endef +define Profile/96328avng/Description + Package set optimized for 96328avng. +endef +$(eval $(call Profile,96328avng)) + +define Profile/96338GW + NAME:=Generic 96338GW + PACKAGES:= +endef +define Profile/96338GW/Description + Package set optimized for 96338GW. +endef +$(eval $(call Profile,96338GW)) + +define Profile/96338W + NAME:=Generic 96338W + PACKAGES:= +endef +define Profile/96338W/Description + Package set optimized for 96338W. +endef +$(eval $(call Profile,96338W)) + +define Profile/96345GW2 + NAME:=Generic 96345GW2 + PACKAGES:= +endef +define Profile/96345GW2/Description + Package set optimized for 96345GW2. +endef +$(eval $(call Profile,96345GW2)) + +define Profile/96348GW + NAME:=Generic 96348GW + PACKAGES:= +endef +define Profile/96348GW/Description + Package set optimized for 96348GW. +endef +$(eval $(call Profile,96348GW)) + +define Profile/96348GW_10 + NAME:=Generic 96348GW-10 + PACKAGES:= +endef +define Profile/96348GW_10/Description + Package set optimized for 96348GW-10. +endef +$(eval $(call Profile,96348GW_10)) + +define Profile/96348GW_11 + NAME:=Generic 96348GW-11 + PACKAGES:= +endef +define Profile/96348GW_11/Description + Package set optimized for 96348GW-11. +endef +$(eval $(call Profile,96348GW_11)) + +define Profile/96348R + NAME:=Generic 96348R + PACKAGES:= +endef +define Profile/96348R/Description + Package set optimized for 96348R. +endef +$(eval $(call Profile,96348R)) + +define Profile/96358VW + NAME:=Generic 96358VW + PACKAGES:= +endef +define Profile/96358VW/Description + Package set optimized for 96358VW. +endef +$(eval $(call Profile,96358VW)) + +define Profile/96358VW2 + NAME:=Generic 96358VW2 + PACKAGES:= +endef +define Profile/96358VW2/Description + Package set optimized for 96358VW2. +endef +$(eval $(call Profile,96358VW2)) + +define Profile/96368MVNgr + NAME:=Generic 96368MVNgr + PACKAGES:= +endef +define Profile/96368MVNgr/Description + Package set optimized for 96368MVNgr. +endef +$(eval $(call Profile,96368MVNgr)) + +define Profile/96368MVWG + NAME:=Generic 96368MVWG + PACKAGES:= +endef +define Profile/96368MVWG/Description + Package set optimized for 96368MVWG. +endef +$(eval $(call Profile,96368MVWG)) diff --git a/target/linux/brcm63xx/profiles/adb.mk b/target/linux/brcm63xx/profiles/adb.mk new file mode 100644 index 0000000..13c7524 --- /dev/null +++ b/target/linux/brcm63xx/profiles/adb.mk @@ -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/A4001N + NAME:=ADB P.DG A4001N + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/A4001N/Description + Package set optimized for A4001N. +endef +$(eval $(call Profile,A4001N)) + +define Profile/A4001N1 + NAME:=ADB P.DG A4001N1 + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/A4001N1/Description + Package set optimized for A4001N1. +endef +$(eval $(call Profile,A4001N1)) diff --git a/target/linux/brcm63xx/profiles/alcatel.mk b/target/linux/brcm63xx/profiles/alcatel.mk new file mode 100644 index 0000000..ec93a19 --- /dev/null +++ b/target/linux/brcm63xx/profiles/alcatel.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/RG100A + NAME:=Alcatel RG100A + PACKAGES:=kmod-b43 wpad-mini\ + kmod-usb2 kmod-usb-ohci +endef +define Profile/RG100A/Description + Package set optimized for RG100A. +endef +$(eval $(call Profile,RG100A)) diff --git a/target/linux/brcm63xx/profiles/asmax.mk b/target/linux/brcm63xx/profiles/asmax.mk new file mode 100644 index 0000000..c8f0072 --- /dev/null +++ b/target/linux/brcm63xx/profiles/asmax.mk @@ -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)) diff --git a/target/linux/brcm63xx/profiles/belkin.mk b/target/linux/brcm63xx/profiles/belkin.mk new file mode 100644 index 0000000..4bd50b0 --- /dev/null +++ b/target/linux/brcm63xx/profiles/belkin.mk @@ -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/F5D7633 + NAME:=Belkin F5D7633 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/F5D7633/Description + Package set optimized for F5D7633. +endef +$(eval $(call Profile,F5D7633)) diff --git a/target/linux/brcm63xx/profiles/broadcom.mk b/target/linux/brcm63xx/profiles/broadcom.mk new file mode 100644 index 0000000..520a676 --- /dev/null +++ b/target/linux/brcm63xx/profiles/broadcom.mk @@ -0,0 +1,42 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/BCM96318REF + NAME:=Broadcom BCM9618REF reference board + PACKAGES:= kmod-b43 wpad-mini kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc +endef +define Profile/BCM96318REF/Description + Package set optimized for the Broadcom BCM96318REF reference board. +endef +$(eval $(call Profile,BCM96318REF)) + +define Profile/BCM96318REF_P300 + NAME:=Broadcom BCM96318REF_P300 reference board + PACKAGES:= kmod-b43 wpad-mini kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc +endef +define Profile/BCM96318REF_P300/Description + Package set optimized for the Broadcom BCM96318REF_P300 reference board. +endef +$(eval $(call Profile,BCM96318REF_P300)) + +define Profile/BCM963268BU_P300 + NAME:=Broadcom BCM963268BU_P300 reference board + PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc +endef +define Profile/BCM963268BU_P300/Description + Package set optimized for the Broadcom BCM963268BU_P300 reference board. +endef +$(eval $(call Profile,BCM963268BU_P300)) + +define Profile/BCM963269BHR + NAME:=Broadcom BCM963269BHR reference board + PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc +endef +define Profile/BCM963269BHR/Description + Package set optimized for the Broadcom BCM963269BHR reference board. +endef +$(eval $(call Profile,BCM963269BHR)) diff --git a/target/linux/brcm63xx/profiles/bt.mk b/target/linux/brcm63xx/profiles/bt.mk new file mode 100644 index 0000000..f76ac5c --- /dev/null +++ b/target/linux/brcm63xx/profiles/bt.mk @@ -0,0 +1,34 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/BTHOMEHUB2A + NAME:=BT Home Hub 2A + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev +endef +define Profile/BTHOMEHUB2A/Description + Package set optimized for BTHOMEHUB2A. +endef +$(eval $(call Profile,BTHOMEHUB2A)) + +define Profile/BTV2110 + NAME:=BT Voyager V2110 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/BTV2500V/Description + Package set optimized for BTV2110. +endef +$(eval $(call Profile,BTV2110)) + +define Profile/BTV2500V + NAME:=BT Voyager V2500V + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/BTV2500V/Description + Package set optimized for BTV2500V. +endef +$(eval $(call Profile,BTV2500V)) diff --git a/target/linux/brcm63xx/profiles/comtrend.mk b/target/linux/brcm63xx/profiles/comtrend.mk new file mode 100644 index 0000000..99fec4a --- /dev/null +++ b/target/linux/brcm63xx/profiles/comtrend.mk @@ -0,0 +1,93 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/AR5381u + NAME:=Comtrend AR-5381u + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/AR5381u/Description + Package set optimized for AR-5381u. +endef +$(eval $(call Profile,AR5381u)) + +define Profile/AR5387un + NAME:=Comtrend AR-5387un + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/AR5387un/Description + Package set optimized for AR-5387un. +endef +$(eval $(call Profile,AR5387un)) + +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)) + +define Profile/CT5365 + NAME:=Comtrend CT-5365 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/CT5365/Description + Package set optimized for CT-5365. +endef +$(eval $(call Profile,CT5365)) + +define Profile/CT6373 + NAME:=Comtrend CT-6373 + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/CT6373/Description + Package set optimized for CT-6373. +endef +$(eval $(call Profile,CT6373)) + +define Profile/VR3025u + NAME:=Comtrend VR-3025u + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/VR3025u/Description + Package set optimized for VR-3025u. +endef +$(eval $(call Profile,VR3025u)) + +define Profile/VR3025un + NAME:=Comtrend VR-3025un + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/VR3025un/Description + Package set optimized for VR-3025un. +endef +$(eval $(call Profile,VR3025un)) + +define Profile/VR3026e + NAME:=Comtrend VR-3026e + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/VR3026e/Description + Package set optimized for VR-3026e. +endef +$(eval $(call Profile,VR3026e)) + +define Profile/WAP5813n + NAME:=Comtrend WAP-5813n + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/WAP5813n/Description + Package set optimized for WAP-5813n. +endef +$(eval $(call Profile,WAP5813n)) diff --git a/target/linux/brcm63xx/profiles/d-link.mk b/target/linux/brcm63xx/profiles/d-link.mk new file mode 100644 index 0000000..1bd5fc8 --- /dev/null +++ b/target/linux/brcm63xx/profiles/d-link.mk @@ -0,0 +1,71 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/DSL2640B_B + NAME:=D-Link DSL-2640B rev B2 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/DSL2640B_B/Description + Package set optimized for DSL-2640B rev B2. +endef +$(eval $(call Profile,DSL2640B_B)) + +define Profile/DSL2640U + NAME:=D-Link DSL-2640U/BRU/C + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/DSL2640U/Description + Package set optimized for DSL-2640U +endef +$(eval $(call Profile,DSL2640U)) + +define Profile/DSL2650U + NAME:=D-Link DSL-2650U + PACKAGES:=kmod-b43 wpad-mini\ + kmod-usb2 kmod-usb-ohci +endef +define Profile/DSL2650U/Description + Package set optimized for DSL-2650U. +endef +$(eval $(call Profile,DSL2650U)) + +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/DSL274XB_F + NAME:=D-Link DSL-2740B/DSL-2741B rev F1 + PACKAGES:=kmod-ath9k wpad-mini +endef +define Profile/DSL274XB_F/Description + Package set optimized for DSL-2740B/DSL-2741B rev F1. +endef +$(eval $(call Profile,DSL274XB_F)) + +define Profile/DSL275XB_D + NAME:=D-Link DSL-2750B/DSL-2751 rev D1 + PACKAGES:=kmod-b43 wpad-mini kmod-usb-ohci kmod-usb2 +endef +define Profile/DSL275XB_D/Description + Package set optimized for DSL-2750B/DSL-2751 rev D1. +endef +$(eval $(call Profile,DSL275XB_D)) + +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)) diff --git a/target/linux/brcm63xx/profiles/davolink.mk b/target/linux/brcm63xx/profiles/davolink.mk new file mode 100644 index 0000000..0097a80 --- /dev/null +++ b/target/linux/brcm63xx/profiles/davolink.mk @@ -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/DV201AMR + NAME:=Davolink DV-201AMR + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/DV201AMR/Description + Package set optimized for DV-201AMR. +endef +$(eval $(call Profile,DV201AMR)) diff --git a/target/linux/brcm63xx/profiles/dynalink.mk b/target/linux/brcm63xx/profiles/dynalink.mk new file mode 100644 index 0000000..f15699f --- /dev/null +++ b/target/linux/brcm63xx/profiles/dynalink.mk @@ -0,0 +1,42 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/RTA770BW + NAME:=Dynalink RTA770BW (Siemens SE 515) + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/RTA770BW/Description + Package set optimized for RTA770BW. +endef +$(eval $(call Profile,RTA770BW)) + +define Profile/RTA770W + NAME:=Dynalink RTA770W + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/RTA770W/Description + Package set optimized for RTA770W. +endef +$(eval $(call Profile,RTA770W)) + +define Profile/RTA1025W + NAME:=Dynalink RTA1025W + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/RTA1025W/Description + Package set optimized for RTA1025W. +endef +$(eval $(call Profile,RTA1025W)) + +define Profile/RTA1320 + NAME:=Dynalink RTA1320 + PACKAGES:= +endef +define Profile/RTA1320/Description + Package set optimized for RTA1320. +endef +$(eval $(call Profile,RTA1320)) diff --git a/target/linux/brcm63xx/profiles/huawei.mk b/target/linux/brcm63xx/profiles/huawei.mk new file mode 100644 index 0000000..a6764b7 --- /dev/null +++ b/target/linux/brcm63xx/profiles/huawei.mk @@ -0,0 +1,55 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/HG520v + NAME:=Huawei EchoLife HG520v + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/HG520v/Description + Package set optimized for Huawei HG520v. +endef +$(eval $(call Profile,HG520v)) + +define Profile/HG553 + NAME:=Huawei EchoLife HG553 + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev +endef +define Profile/HG553/Description + Package set optimized for Huawei HG553. +endef +$(eval $(call Profile,HG553)) + +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)) + +define Profile/HG655b + NAME:=Huawei HG655b + PACKAGES:=kmod-rt2800-pci wpad-mini \ + kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev +endef +define Profile/HG655b/Description + Package set optimized for Huawei HG655b, HG655d. +endef +$(eval $(call Profile,HG655b)) diff --git a/target/linux/brcm63xx/profiles/inteno.mk b/target/linux/brcm63xx/profiles/inteno.mk new file mode 100644 index 0000000..a8043c9 --- /dev/null +++ b/target/linux/brcm63xx/profiles/inteno.mk @@ -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/VG50 + NAME:=Inteno VG50 Multi-WAN CPE + PACKAGES:= kmod-usb-ohci kmod-usb2 +endef +define Profile/VG50/Description + Package set optimized for the Inteno VG50 Multi-WAN CPE. +endef +$(eval $(call Profile,VG50)) diff --git a/target/linux/brcm63xx/profiles/inventel.mk b/target/linux/brcm63xx/profiles/inventel.mk new file mode 100644 index 0000000..a6733fc --- /dev/null +++ b/target/linux/brcm63xx/profiles/inventel.mk @@ -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/Livebox + NAME:=Inventel Livebox 1 + PACKAGES:=kmod-b43 wpad-mini kmod-usb-ohci +endef +define Profile/Livebox/Description + Package set optimized for Inventel Livebox 1. +endef +$(eval $(call Profile,Livebox)) diff --git a/target/linux/brcm63xx/profiles/netgear.mk b/target/linux/brcm63xx/profiles/netgear.mk new file mode 100644 index 0000000..bc345bb --- /dev/null +++ b/target/linux/brcm63xx/profiles/netgear.mk @@ -0,0 +1,43 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/CVG834G + NAME:=Netgear CVG834G + PACKAGES:= +endef +define Profile/CVG834G/Description + Package set optimized for CVG834G. +endef +$(eval $(call Profile,CVG834G)) + +define Profile/DG834GTPN + NAME:=Netgear DG834GT/PN + PACKAGES:=kmod-ath5k wpad-mini +endef +define Profile/DG834GTPN/Description + Package set optimized for DG834GT/PN. +endef +$(eval $(call Profile,DG834GTPN)) + +define Profile/DG834GV4 + NAME:=Netgear DG834G v4 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/DG834GTPN/Description + Package set optimized for DG834G v4. +endef +$(eval $(call Profile,DG834GV4)) + +define Profile/DGND3700v1_3800B + NAME:=Netgear DGND3700 v1 / DGND3800B + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev +endef +define Profile/DGND3700v1_3800B/Description + Package set optimized for DGND3700 v1 / DGND3800B. +endef +$(eval $(call Profile,DGND3700v1_3800B)) diff --git a/target/linux/brcm63xx/profiles/pirelli.mk b/target/linux/brcm63xx/profiles/pirelli.mk new file mode 100644 index 0000000..5861719 --- /dev/null +++ b/target/linux/brcm63xx/profiles/pirelli.mk @@ -0,0 +1,35 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/A226G + NAME:=Pirelli A226G + PACKAGES:=kmod-b43 wpad-mini\ + kmod-usb2 kmod-usb-ohci +endef +define Profile/A226G/Description + Package set optimized for A226G. +endef +$(eval $(call Profile,A226G)) + +define Profile/A226M + NAME:=Pirelli A226M/A226M-FWB + PACKAGES:=kmod-usb2 kmod-usb-ohci +endef +define Profile/A226M/Description + Package set optimized for A226M/A226M-FWB. +endef +$(eval $(call Profile,A226M)) + +define Profile/AGPF_S0 + NAME:=Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0 + PACKAGES:=kmod-b43 wpad-mini\ + kmod-usb2 kmod-usb-ohci +endef +define Profile/AGPF_S0/Description + Package set optimized for AGPF-S0. +endef +$(eval $(call Profile,AGPF_S0)) diff --git a/target/linux/brcm63xx/profiles/sagem.mk b/target/linux/brcm63xx/profiles/sagem.mk new file mode 100644 index 0000000..7d9a160 --- /dev/null +++ b/target/linux/brcm63xx/profiles/sagem.mk @@ -0,0 +1,53 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/FAST2404 + NAME:=Sagem F@ST2404 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/FAST2404/Description + Package set optimized for F@ST2404. +endef +$(eval $(call Profile,FAST2404)) + +define Profile/FAST2504n + NAME:=Sagem F@ST2504n + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/FAST2504n/Description + Package set optimized for F@ST2504n. +endef +$(eval $(call Profile,FAST2504n)) + +define Profile/FAST2604 + NAME:=Sagem F@ST2604 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/FAST2604/Description + Package set optimized for F@ST2604. +endef +$(eval $(call Profile,FAST2604)) + +define Profile/FAST2704N + NAME:=Sagem F@ST2704N + PACKAGES:=kmod-b43 wpad-mini \ + kmod-usb2 kmod-usb-ohci +endef +define Profile/FAST2704N/Description + Package set optimized for F@ST2704N. +endef +$(eval $(call Profile,FAST2704N)) + +define Profile/FAST2704V2 + NAME:=Sagem F@ST2704V2 + PACKAGES:=kmod-b43 wpad-mini\ + kmod-usb2 kmod-usb-ohci +endef +define Profile/FAST2704V2/Description + Package set optimized for F@ST2704V2. +endef +$(eval $(call Profile,FAST2704V2)) diff --git a/target/linux/brcm63xx/profiles/sfr.mk b/target/linux/brcm63xx/profiles/sfr.mk new file mode 100644 index 0000000..8b0dd44 --- /dev/null +++ b/target/linux/brcm63xx/profiles/sfr.mk @@ -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)) diff --git a/target/linux/brcm63xx/profiles/t-com.mk b/target/linux/brcm63xx/profiles/t-com.mk new file mode 100644 index 0000000..f1eaf0a --- /dev/null +++ b/target/linux/brcm63xx/profiles/t-com.mk @@ -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/SPW303V + NAME:=T-Com Speedport W 303V + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/SPW303V/Description + Package set optimized for SPW303V. +endef +$(eval $(call Profile,SPW303V)) + + +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)) diff --git a/target/linux/brcm63xx/profiles/tecom.mk b/target/linux/brcm63xx/profiles/tecom.mk new file mode 100644 index 0000000..038ef5e --- /dev/null +++ b/target/linux/brcm63xx/profiles/tecom.mk @@ -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)) diff --git a/target/linux/brcm63xx/profiles/telsey.mk b/target/linux/brcm63xx/profiles/telsey.mk new file mode 100644 index 0000000..759a273 --- /dev/null +++ b/target/linux/brcm63xx/profiles/telsey.mk @@ -0,0 +1,34 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/CPVA502PLUS + NAME:=Telsey CPVA502+ + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/CPVA502PLUS/Description + Package set optimized for CPVA502+. +endef +$(eval $(call Profile,CPVA502PLUS)) + +define Profile/CPVA642 + NAME:=Telsey CPVA642-type (CPA-ZNTE60T) + PACKAGES:=kmod-rt61-pci wpad-mini\ + kmod-usb2 kmod-usb-ohci +endef +define Profile/CPVA642/Description + Package set optimized for CPVA642-type. +endef +$(eval $(call Profile,CPVA642)) + +define Profile/MAGIC + NAME:=Telsey MAGIC (Alice W-Gate) + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/MAGIC/Description + Package set optimized for Telsey MAGIC (Alice W-Gate) +endef +$(eval $(call Profile,CPVA502PLUS)) diff --git a/target/linux/brcm63xx/profiles/tp-link.mk b/target/linux/brcm63xx/profiles/tp-link.mk new file mode 100644 index 0000000..a7e7f26 --- /dev/null +++ b/target/linux/brcm63xx/profiles/tp-link.mk @@ -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/TDW8900GB + NAME:=TP-Link TD-W8900GB + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/TDW8900GB/Description + Package set optimized for TD-W8900GB. +endef +$(eval $(call Profile,TDW8900GB)) diff --git a/target/linux/brcm63xx/profiles/usrobotics.mk b/target/linux/brcm63xx/profiles/usrobotics.mk new file mode 100644 index 0000000..76b5e12 --- /dev/null +++ b/target/linux/brcm63xx/profiles/usrobotics.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/USR9108 + NAME:=USRobotics 9108 + PACKAGES:=kmod-b43 wpad-mini\ + kmod-usb-ohci +endef +define Profile/USR9108/Description + Package set optimized for USR9108. +endef +$(eval $(call Profile,USR9108)) diff --git a/target/linux/brcm63xx/profiles/zyxel.mk b/target/linux/brcm63xx/profiles/zyxel.mk new file mode 100644 index 0000000..3aca094 --- /dev/null +++ b/target/linux/brcm63xx/profiles/zyxel.mk @@ -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/P870HW_51a_v2 + NAME:=ZyXEL P870HW-51a v2 + PACKAGES:=kmod-b43 wpad-mini +endef +define Profile/P870HW_51a_v2/Description + Package set optimized for P870HW-51a v2. +endef +$(eval $(call Profile,P870HW_51a_v2)) |