Skip to content
Snippets Groups Projects
Unverified Commit 425b12aa authored by Felix Baumann's avatar Felix Baumann Committed by Matthias Schiffer
Browse files

targets: docs: Make target files and OEMs more consistent

add new lines
rename OEMs

(cherry picked from commit 7fac690f)
parent 5648a851
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ath79-generic ...@@ -71,7 +71,7 @@ ath79-generic
- LibreRouter v1 [#missing_radios]_ - LibreRouter v1 [#missing_radios]_
* Netgear * NETGEAR
- WNDR3700 (v1, v2) - WNDR3700 (v1, v2)
- WNDR3800 - WNDR3800
...@@ -178,7 +178,7 @@ ath79-nand ...@@ -178,7 +178,7 @@ ath79-nand
- GL-AR750S - GL-AR750S
- GL-XE300 - GL-XE300
* Netgear * NETGEAR
- WNDR3700 (v4) - WNDR3700 (v4)
- WNDR4300 (v1) - WNDR4300 (v1)
...@@ -245,7 +245,7 @@ ipq40xx-generic ...@@ -245,7 +245,7 @@ ipq40xx-generic
- PA1200 - PA1200
- PA2200 - PA2200
* ZyXEL * Zyxel
- NBG6617 - NBG6617
...@@ -317,7 +317,7 @@ mediatek-filogic ...@@ -317,7 +317,7 @@ mediatek-filogic
- UniFi 6 Plus - UniFi 6 Plus
* ZyXEL * Zyxel
- NWA50AX Pro - NWA50AX Pro
...@@ -432,7 +432,7 @@ ramips-mt7621 ...@@ -432,7 +432,7 @@ ramips-mt7621
- GL-MT1300 - GL-MT1300
* Mercusys * MERCUSYS
- MR70X (v1) - MR70X (v1)
...@@ -465,12 +465,12 @@ ramips-mt7621 ...@@ -465,12 +465,12 @@ ramips-mt7621
- Xiaomi Mi Router 3G (v1, v2) - Xiaomi Mi Router 3G (v1, v2)
- Xiaomi Mi Router 4A (Gigabit Edition v1, v2) - Xiaomi Mi Router 4A (Gigabit Edition v1, v2)
* ZBT * Zbtlink
- WG3526-16M - WG3526-16M
- WG3526-32M - WG3526-32M
* ZyXEL * Zyxel
- NWA50AX - NWA50AX
- WSM20 - WSM20
......
...@@ -37,12 +37,14 @@ local ATH10K_PACKAGES_SMALLBUFFERS_QCA9887 = { ...@@ -37,12 +37,14 @@ local ATH10K_PACKAGES_SMALLBUFFERS_QCA9887 = {
local ATH10K_PACKAGES_QCA9888 = {} local ATH10K_PACKAGES_QCA9888 = {}
-- ALFA NETWORK
-- ALFA Network
device('alfa-network-ap121f', 'alfa-network_ap121f', { device('alfa-network-ap121f', 'alfa-network_ap121f', {
factory = false, factory = false,
}) })
-- AVM -- AVM
device('avm-fritz-box-4020', 'avm_fritz4020', { device('avm-fritz-box-4020', 'avm_fritz4020', {
...@@ -64,9 +66,11 @@ device('avm-fritz-wlan-repeater-1750e', 'avm_fritz1750e', { ...@@ -64,9 +66,11 @@ device('avm-fritz-wlan-repeater-1750e', 'avm_fritz1750e', {
class = 'tiny', -- 64M ath9k + ath10k class = 'tiny', -- 64M ath9k + ath10k
}) })
-- Buffalo -- Buffalo
device('buffalo-wzr-hp-ag300h', 'buffalo_wzr-hp-ag300h') device('buffalo-wzr-hp-ag300h', 'buffalo_wzr-hp-ag300h')
device('buffalo-wzr-600dhp', 'buffalo_wzr-600dhp') device('buffalo-wzr-600dhp', 'buffalo_wzr-600dhp')
device('buffalo-wzr-hp-g300nh-rtl8366s', 'buffalo_wzr-hp-g300nh-s', { device('buffalo-wzr-hp-g300nh-rtl8366s', 'buffalo_wzr-hp-g300nh-s', {
...@@ -111,6 +115,7 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', { ...@@ -111,6 +115,7 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
-- D-Link -- D-Link
device('d-link-dap-1330-a1', 'dlink_dap-1330-a1') device('d-link-dap-1330-a1', 'dlink_dap-1330-a1')
device('d-link-dap-1365-a1', 'dlink_dap-1365-a1') device('d-link-dap-1365-a1', 'dlink_dap-1365-a1')
device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', { device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', {
...@@ -176,13 +181,15 @@ device('gl.inet-gl-usb150', 'glinet_gl-usb150', { ...@@ -176,13 +181,15 @@ device('gl.inet-gl-usb150', 'glinet_gl-usb150', {
factory = false, factory = false,
}) })
-- JOY-IT
-- Joy-IT
device('joy-it-jt-or750i', 'joyit_jt-or750i', { device('joy-it-jt-or750i', 'joyit_jt-or750i', {
packages = ATH10K_PACKAGES_QCA9887, packages = ATH10K_PACKAGES_QCA9887,
factory = false, factory = false,
}) })
-- LibreRouter -- LibreRouter
-- lacks support for additional radios -- lacks support for additional radios
...@@ -190,7 +197,8 @@ device('librerouter-v1', 'librerouter_librerouter-v1', { ...@@ -190,7 +197,8 @@ device('librerouter-v1', 'librerouter_librerouter-v1', {
factory = false, factory = false,
}) })
-- Netgear
-- NETGEAR
device('netgear-wndr3700', 'netgear_wndr3700', { device('netgear-wndr3700', 'netgear_wndr3700', {
factory_ext = '.img', factory_ext = '.img',
...@@ -238,6 +246,7 @@ device('ocedo-raccoon', 'ocedo_raccoon', { ...@@ -238,6 +246,7 @@ device('ocedo-raccoon', 'ocedo_raccoon', {
factory = false, factory = false,
}) })
-- Onion -- Onion
-- modular/optional "ethernet expansion board" recommended for config mode -- modular/optional "ethernet expansion board" recommended for config mode
...@@ -381,6 +390,7 @@ device('siemens-ws-ap3610', 'siemens_ws-ap3610', { ...@@ -381,6 +390,7 @@ device('siemens-ws-ap3610', 'siemens_ws-ap3610', {
factory = false, factory = false,
}) })
-- Sophos -- Sophos
device('sophos-ap15', 'sophos_ap15', { device('sophos-ap15', 'sophos_ap15', {
...@@ -509,6 +519,7 @@ device('tp-link-cpe510-v1', 'tplink_cpe510-v1', { ...@@ -509,6 +519,7 @@ device('tp-link-cpe510-v1', 'tplink_cpe510-v1', {
}, },
}) })
device('tp-link-cpe510-v2', 'tplink_cpe510-v2') device('tp-link-cpe510-v2', 'tplink_cpe510-v2')
device('tp-link-cpe510-v3', 'tplink_cpe510-v3') device('tp-link-cpe510-v3', 'tplink_cpe510-v3')
device('tp-link-cpe710-v1', 'tplink_cpe710-v1') device('tp-link-cpe710-v1', 'tplink_cpe710-v1')
...@@ -522,7 +533,9 @@ device('tp-link-eap225-outdoor-v3', 'tplink_eap225-outdoor-v3', { ...@@ -522,7 +533,9 @@ device('tp-link-eap225-outdoor-v3', 'tplink_eap225-outdoor-v3', {
}) })
device('tp-link-tl-wdr3500-v1', 'tplink_tl-wdr3500-v1') device('tp-link-tl-wdr3500-v1', 'tplink_tl-wdr3500-v1')
device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1') device('tp-link-tl-wdr3600-v1', 'tplink_tl-wdr3600-v1')
device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1') device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')
device('tp-link-tl-wr810n-v1', 'tplink_tl-wr810n-v1') device('tp-link-tl-wr810n-v1', 'tplink_tl-wr810n-v1')
...@@ -620,7 +633,6 @@ device('ubiquiti-unifi-ap-outdoor+', 'ubnt_unifi-ap-outdoor-plus', { ...@@ -620,7 +633,6 @@ device('ubiquiti-unifi-ap-outdoor+', 'ubnt_unifi-ap-outdoor-plus', {
device('ubiquiti-unifi-ap-pro', 'ubnt_unifi-ap-pro') device('ubiquiti-unifi-ap-pro', 'ubnt_unifi-ap-pro')
device('ubiquiti-unifi-swiss-army-knife-ultra', 'ubnt_uk-ultra', { device('ubiquiti-unifi-swiss-army-knife-ultra', 'ubnt_uk-ultra', {
factory = false, factory = false,
packages = ATH10K_PACKAGES_QCA9880, packages = ATH10K_PACKAGES_QCA9880,
......
...@@ -41,7 +41,7 @@ device('gl.inet-gl-xe300', 'glinet_gl-xe300', { ...@@ -41,7 +41,7 @@ device('gl.inet-gl-xe300', 'glinet_gl-xe300', {
}) })
-- Netgear -- NETGEAR
device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', { device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
factory_ext = '.img', factory_ext = '.img',
......
...@@ -128,7 +128,7 @@ device('zte-mf289f', 'zte_mf289f', { ...@@ -128,7 +128,7 @@ device('zte-mf289f', 'zte_mf289f', {
}) })
-- ZyXEL -- Zyxel
device('zyxel-nbg6617', 'zyxel_nbg6617') device('zyxel-nbg6617', 'zyxel_nbg6617')
......
...@@ -12,6 +12,8 @@ packages { ...@@ -12,6 +12,8 @@ packages {
} }
-- AVM
device('avm-fritz-box-3370-rev-2-hynix-nand', 'avm_fritz3370-rev2-hynix', { device('avm-fritz-box-3370-rev-2-hynix-nand', 'avm_fritz3370-rev2-hynix', {
factory = false, factory = false,
extra_images = { extra_images = {
...@@ -52,6 +54,7 @@ device('arcadyan-vgv7510kw22', 'arcadyan_vgv7510kw22-nor', { ...@@ -52,6 +54,7 @@ device('arcadyan-vgv7510kw22', 'arcadyan_vgv7510kw22-nor', {
aliases = {'o2-box-6431'}, aliases = {'o2-box-6431'},
}) })
-- TP-Link -- TP-Link
-- CAVEAT: These devices don't have a dedicated WAN port. -- CAVEAT: These devices don't have a dedicated WAN port.
......
...@@ -8,10 +8,16 @@ packages { ...@@ -8,10 +8,16 @@ packages {
'-kmod-ltq-deu-ar9' '-kmod-ltq-deu-ar9'
} }
-- AVM
device('avm-fritz-box-7312', 'avm_fritz7312', { device('avm-fritz-box-7312', 'avm_fritz7312', {
factory = false, factory = false,
}) })
-- NETGEAR
device('netgear-dgn3500b', 'netgear_dgn3500b', { device('netgear-dgn3500b', 'netgear_dgn3500b', {
factory_ext = '.img', factory_ext = '.img',
}) })
...@@ -33,6 +33,6 @@ device('ubiquiti-unifi-6-plus', 'ubnt_unifi-6-plus', { ...@@ -33,6 +33,6 @@ device('ubiquiti-unifi-6-plus', 'ubnt_unifi-6-plus', {
}) })
-- ZyXEL -- Zyxel
device('zyxel-nwa50ax-pro', 'zyxel_nwa50ax-pro') device('zyxel-nwa50ax-pro', 'zyxel_nwa50ax-pro')
...@@ -6,14 +6,16 @@ device('linksys-e8450-ubi', 'linksys_e8450-ubi', { ...@@ -6,14 +6,16 @@ device('linksys-e8450-ubi', 'linksys_e8450-ubi', {
}) })
-- Ubiquiti
device('ubiquiti-unifi-6-lr-v1', 'ubnt_unifi-6-lr-v1', { device('ubiquiti-unifi-6-lr-v1', 'ubnt_unifi-6-lr-v1', {
factory = false, factory = false,
manifest_aliases = {'ubiquiti-unifi-6-lr'}, manifest_aliases = {'ubiquiti-unifi-6-lr'},
}) })
-- Xiaomi -- Xiaomi
device('xiaomi-redmi-router-ax6s', 'xiaomi_redmi-router-ax6s', { device('xiaomi-redmi-router-ax6s', 'xiaomi_redmi-router-ax6s', {
factory = false, factory = false,
}) })
...@@ -15,4 +15,3 @@ device('sophos-red-15w-rev.1', 'sophos_red-15w-rev1', { ...@@ -15,4 +15,3 @@ device('sophos-red-15w-rev.1', 'sophos_red-15w-rev1', {
-- TP-Link -- TP-Link
device('tp-link-tl-wdr4900-v1', 'tplink_tl-wdr4900-v1') device('tp-link-tl-wdr4900-v1', 'tplink_tl-wdr4900-v1')
...@@ -6,6 +6,7 @@ local ATH10K_PACKAGES_QCA9880 = { ...@@ -6,6 +6,7 @@ local ATH10K_PACKAGES_QCA9880 = {
'-ath10k-firmware-qca988x-ct', '-ath10k-firmware-qca988x-ct',
} }
-- Aerohive -- Aerohive
device('aerohive-hiveap-330', 'aerohive_hiveap-330', { device('aerohive-hiveap-330', 'aerohive_hiveap-330', {
...@@ -38,4 +39,3 @@ device('hewlett-packard-msm460', 'hpe_msm460') ...@@ -38,4 +39,3 @@ device('hewlett-packard-msm460', 'hpe_msm460')
device('ocedo-panda', 'ocedo_panda', { device('ocedo-panda', 'ocedo_panda', {
factory = false, factory = false,
}) })
...@@ -19,7 +19,8 @@ device('gl-mt750', 'glinet_gl-mt750', { ...@@ -19,7 +19,8 @@ device('gl-mt750', 'glinet_gl-mt750', {
factory = false, factory = false,
}) })
-- Netgear
-- NETGEAR
device('netgear-ex3700', 'netgear_ex3700', { device('netgear-ex3700', 'netgear_ex3700', {
aliases = { aliases = {
...@@ -33,7 +34,6 @@ device('netgear-ex6130', 'netgear_ex6130', { ...@@ -33,7 +34,6 @@ device('netgear-ex6130', 'netgear_ex6130', {
factory_ext = '.chk', factory_ext = '.chk',
}) })
-- Nexx -- Nexx
device('nexx-wt3020-8m', 'nexx_wt3020-8m', { device('nexx-wt3020-8m', 'nexx_wt3020-8m', {
...@@ -44,6 +44,7 @@ device('nexx-wt3020-8m', 'nexx_wt3020-8m', { ...@@ -44,6 +44,7 @@ device('nexx-wt3020-8m', 'nexx_wt3020-8m', {
}, },
}) })
-- TP-Link -- TP-Link
local tplink_region_suffix = '' local tplink_region_suffix = ''
......
...@@ -9,6 +9,7 @@ device('asus-rt-ac57u-v1', 'asus_rt-ac57u-v1', { ...@@ -9,6 +9,7 @@ device('asus-rt-ac57u-v1', 'asus_rt-ac57u-v1', {
device('asus-rt-ax53u', 'asus_rt-ax53u') device('asus-rt-ax53u', 'asus_rt-ax53u')
-- Cudy -- Cudy
device('cudy-wr1300-v1', 'cudy_wr1300-v1', { device('cudy-wr1300-v1', 'cudy_wr1300-v1', {
...@@ -51,12 +52,12 @@ device('gl.inet-gl-mt1300', 'glinet_gl-mt1300', { ...@@ -51,12 +52,12 @@ device('gl.inet-gl-mt1300', 'glinet_gl-mt1300', {
}) })
-- Mercusys -- MERCUSYS
device('mercusys-mr70x-v1', 'mercusys_mr70x-v1') device('mercusys-mr70x-v1', 'mercusys_mr70x-v1')
-- Netgear -- NETGEAR
device('netgear-ex6150', 'netgear_ex6150', { device('netgear-ex6150', 'netgear_ex6150', {
factory_ext = '.chk', factory_ext = '.chk',
...@@ -133,7 +134,7 @@ device('xiaomi-mi-router-3g-v2', 'xiaomi_mi-router-3g-v2', { ...@@ -133,7 +134,7 @@ device('xiaomi-mi-router-3g-v2', 'xiaomi_mi-router-3g-v2', {
}) })
-- ZBT -- Zbtlink
device('zbtlink-zbt-wg3526-16m', 'zbtlink_zbt-wg3526-16m', { device('zbtlink-zbt-wg3526-16m', 'zbtlink_zbt-wg3526-16m', {
factory = false, factory = false,
...@@ -152,9 +153,10 @@ device('zbtlink-zbt-wg3526-32m', 'zbtlink_zbt-wg3526-32m', { ...@@ -152,9 +153,10 @@ device('zbtlink-zbt-wg3526-32m', 'zbtlink_zbt-wg3526-32m', {
}) })
-- ZyXEL -- Zyxel
device('zyxel-nwa50ax', 'zyxel_nwa50ax') device('zyxel-nwa50ax', 'zyxel_nwa50ax')
device('zyxel-nwa55axe', 'zyxel_nwa55axe', { device('zyxel-nwa55axe', 'zyxel_nwa55axe', {
broken = true, -- Missing LED / Reset button broken = true, -- Missing LED / Reset button
}) })
......
...@@ -18,7 +18,7 @@ device('gl.inet-vixmini', 'glinet_vixmini', { ...@@ -18,7 +18,7 @@ device('gl.inet-vixmini', 'glinet_vixmini', {
}) })
-- Netgear -- NETGEAR
device('netgear-r6020', 'netgear_r6020', { device('netgear-r6020', 'netgear_r6020', {
factory_ext = '.img', factory_ext = '.img',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment