Skip to content

Commit

Permalink
targets: docs: Make target files and OEMs more consistent
Browse files Browse the repository at this point in the history
add new lines
rename OEMs
  • Loading branch information
Djfe authored and misanthropos committed Apr 29, 2024
1 parent 3bd543f commit 3e1a8e3
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 23 deletions.
14 changes: 7 additions & 7 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ath79-generic

- LibreRouter v1 [#missing_radios]_

* Netgear
* NETGEAR

- WNDR3700 (v1, v2)
- WNDR3800
Expand Down Expand Up @@ -178,7 +178,7 @@ ath79-nand
- GL-AR750S
- GL-XE300

* Netgear
* NETGEAR

- WNDR3700 (v4)
- WNDR4300 (v1)
Expand Down Expand Up @@ -245,7 +245,7 @@ ipq40xx-generic
- PA1200
- PA2200

* ZyXEL
* Zyxel

- NBG6617

Expand Down Expand Up @@ -317,7 +317,7 @@ mediatek-filogic

- UniFi 6 Plus

* ZyXEL
* Zyxel

- NWA50AX Pro

Expand Down Expand Up @@ -427,7 +427,7 @@ ramips-mt7621

- GL-MT1300

* Mercusys
* MERCUSYS

- MR70X (v1)

Expand Down Expand Up @@ -460,12 +460,12 @@ ramips-mt7621
- Xiaomi Mi Router 3G (v1, v2)
- Xiaomi Mi Router 4A (Gigabit Edition v1)

* ZBT
* Zbtlink

- WG3526-16M
- WG3526-32M

* ZyXEL
* Zyxel

- NWA50AX
- WSM20
Expand Down
20 changes: 16 additions & 4 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,14 @@ local ATH10K_PACKAGES_SMALLBUFFERS_QCA9887 = {

local ATH10K_PACKAGES_QCA9888 = {}

-- ALFA NETWORK

-- ALFA Network

device('alfa-network-ap121f', 'alfa-network_ap121f', {
factory = false,
})


-- AVM

device('avm-fritz-box-4020', 'avm_fritz4020', {
Expand All @@ -72,9 +74,11 @@ device('avm-fritz-wlan-repeater-1750e', 'avm_fritz1750e', {
class = 'tiny', -- 64M ath9k + ath10k
})


-- Buffalo

device('buffalo-wzr-hp-ag300h', 'buffalo_wzr-hp-ag300h')

device('buffalo-wzr-600dhp', 'buffalo_wzr-600dhp')

device('buffalo-wzr-hp-g300nh-rtl8366s', 'buffalo_wzr-hp-g300nh-s')
Expand Down Expand Up @@ -116,6 +120,7 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
-- D-Link

device('d-link-dap-1330-a1', 'dlink_dap-1330-a1')

device('d-link-dap-1365-a1', 'dlink_dap-1365-a1')

device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', {
Expand Down Expand Up @@ -176,21 +181,24 @@ device('gl.inet-gl-usb150', 'glinet_gl-usb150', {
factory = false,
})

-- JOY-IT

-- Joy-IT

device('joy-it-jt-or750i', 'joyit_jt-or750i', {
packages = ATH10K_PACKAGES_QCA9887,
factory = false,
})


-- LibreRouter

-- lacks support for additional radios
device('librerouter-v1', 'librerouter_librerouter-v1', {
factory = false,
})

-- Netgear

-- NETGEAR

device('netgear-wndr3700', 'netgear_wndr3700', {
factory_ext = '.img',
Expand Down Expand Up @@ -228,6 +236,7 @@ device('ocedo-raccoon', 'ocedo_raccoon', {
factory = false,
})


-- Onion

-- modular/optional "ethernet expansion board" recommended for config mode
Expand Down Expand Up @@ -337,6 +346,7 @@ device('siemens-ws-ap3610', 'siemens_ws-ap3610', {
factory = false,
})


-- Sophos

device('sophos-ap15', 'sophos_ap15', {
Expand Down Expand Up @@ -441,6 +451,7 @@ device('tp-link-cpe220-v3', 'tplink_cpe220-v3')
device('tp-link-cpe510-v1', 'tplink_cpe510-v1')

device('tp-link-cpe510-v2', 'tplink_cpe510-v2')

device('tp-link-cpe510-v3', 'tplink_cpe510-v3')

device('tp-link-cpe710-v1', 'tplink_cpe710-v1')
Expand All @@ -454,7 +465,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-wdr3600-v1', 'tplink_tl-wdr3600-v1')

device('tp-link-tl-wdr4300-v1', 'tplink_tl-wdr4300-v1')

device('tp-link-tl-wr810n-v1', 'tplink_tl-wr810n-v1')
Expand Down Expand Up @@ -524,7 +537,6 @@ device('ubiquiti-unifi-ap-outdoor+', 'ubnt_unifi-ap-outdoor-plus')

device('ubiquiti-unifi-ap-pro', 'ubnt_unifi-ap-pro')


device('ubiquiti-unifi-swiss-army-knife-ultra', 'ubnt_uk-ultra', {
factory = false,
packages = ATH10K_PACKAGES_QCA9880,
Expand Down
2 changes: 1 addition & 1 deletion targets/ath79-nand
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ device('gl.inet-gl-xe300', 'glinet_gl-xe300', {
})


-- Netgear
-- NETGEAR

device('netgear-wndr3700-v4', 'netgear_wndr3700-v4', {
factory_ext = '.img',
Expand Down
2 changes: 1 addition & 1 deletion targets/ipq40xx-generic
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ device('zte-mf289f', 'zte_mf289f', {
})


-- ZyXEL
-- Zyxel

device('zyxel-nbg6617', 'zyxel_nbg6617')

Expand Down
3 changes: 3 additions & 0 deletions targets/lantiq-xrx200
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ packages {
}


-- AVM

device('avm-fritz-box-3370-rev-2-hynix-nand', 'avm_fritz3370-rev2-hynix', {
factory = false,
extra_images = {
Expand Down Expand Up @@ -52,6 +54,7 @@ device('arcadyan-vgv7510kw22', 'arcadyan_vgv7510kw22-nor', {
aliases = {'o2-box-6431'},
})


-- TP-Link

-- CAVEAT: These devices don't have a dedicated WAN port.
Expand Down
6 changes: 6 additions & 0 deletions targets/lantiq-xway
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ packages {
'-kmod-ltq-deu-ar9'
}


-- AVM

device('avm-fritz-box-7312', 'avm_fritz7312', {
factory = false,
})


-- NETGEAR

device('netgear-dgn3500b', 'netgear_dgn3500b', {
factory_ext = '.img',
})
2 changes: 1 addition & 1 deletion targets/mediatek-filogic
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ device('ubiquiti-unifi-6-plus', 'ubnt_unifi-6-plus', {
})


-- ZyXEL
-- Zyxel

device('zyxel-nwa50ax-pro', 'zyxel_nwa50ax-pro')
4 changes: 3 additions & 1 deletion targets/mediatek-mt7622
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ device('linksys-e8450-ubi', 'linksys_e8450-ubi', {
})


-- Ubiquiti

device('ubiquiti-unifi-6-lr-v1', 'ubnt_unifi-6-lr-v1', {
factory = false,
manifest_aliases = {'ubiquiti-unifi-6-lr'}, -- Upgrade from OpenWrt 22.03
})


-- Xiaomi

device('xiaomi-redmi-router-ax6s', 'xiaomi_redmi-router-ax6s', {
factory = false,
})

1 change: 0 additions & 1 deletion targets/mpc85xx-p1010
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ device('sophos-red-15w-rev.1', 'sophos_red-15w-rev1', {
-- TP-Link

device('tp-link-tl-wdr4900-v1', 'tplink_tl-wdr4900-v1')

2 changes: 1 addition & 1 deletion targets/mpc85xx-p1020
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ local ATH10K_PACKAGES_QCA9880 = {
'-ath10k-firmware-qca988x-ct',
}


-- Aerohive

device('aerohive-hiveap-330', 'aerohive_hiveap-330', {
Expand Down Expand Up @@ -33,4 +34,3 @@ device('extreme-networks-ws-ap3825i', 'extreme-networks_ws-ap3825i', {
device('ocedo-panda', 'ocedo_panda', {
factory = false,
})

5 changes: 4 additions & 1 deletion targets/ramips-mt7620
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ device('gl-mt750', 'glinet_gl-mt750', {
factory = false,
})

-- Netgear

-- NETGEAR

device('netgear-ex3700', 'netgear_ex3700', {
aliases = {
Expand All @@ -29,6 +30,7 @@ device('netgear-ex3700', 'netgear_ex3700', {
factory_ext = '.chk',
})


-- Nexx

device('nexx-wt3020-8m', 'nexx_wt3020-8m', {
Expand All @@ -39,6 +41,7 @@ device('nexx-wt3020-8m', 'nexx_wt3020-8m', {
},
})


-- TP-Link

local tplink_region_suffix = ''
Expand Down
10 changes: 6 additions & 4 deletions targets/ramips-mt7621
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ device('asus-rt-ac57u-v1', 'asus_rt-ac57u-v1', {

device('asus-rt-ax53u', 'asus_rt-ax53u')


-- Cudy

device('cudy-wr1300-v1', 'cudy_wr1300-v1', {
Expand Down Expand Up @@ -51,12 +52,12 @@ device('gl.inet-gl-mt1300', 'glinet_gl-mt1300', {
})


-- Mercusys
-- MERCUSYS

device('mercusys-mr70x-v1', 'mercusys_mr70x-v1')


-- Netgear
-- NETGEAR

device('netgear-ex6150', 'netgear_ex6150', {
factory_ext = '.chk',
Expand Down Expand Up @@ -126,7 +127,7 @@ device('xiaomi-mi-router-3g-v2', 'xiaomi_mi-router-3g-v2', {
})


-- ZBT
-- Zbtlink

device('zbtlink-zbt-wg3526-16m', 'zbtlink_zbt-wg3526-16m', {
factory = false,
Expand All @@ -137,9 +138,10 @@ device('zbtlink-zbt-wg3526-32m', 'zbtlink_zbt-wg3526-32m', {
})


-- ZyXEL
-- Zyxel

device('zyxel-nwa50ax', 'zyxel_nwa50ax')

device('zyxel-nwa55axe', 'zyxel_nwa55axe', {
broken = true, -- Missing LED / Reset button
})
Expand Down
2 changes: 1 addition & 1 deletion targets/ramips-mt76x8
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ device('gl.inet-vixmini', 'glinet_vixmini', {
})


-- Netgear
-- NETGEAR

device('netgear-r6020', 'netgear_r6020', {
factory_ext = '.img',
Expand Down

0 comments on commit 3e1a8e3

Please sign in to comment.