Skip to content
Snippets Groups Projects
Unverified Commit b5ba291b authored by Florian Maurer's avatar Florian Maurer
Browse files

readd moved xrx200_legacy target


replace only the first underscore in target_config_lib

Signed-off-by: default avatarFlorian Maurer <f.maurer@outlook.de>
parent b110494f
No related branches found
No related tags found
No related merge requests found
...@@ -115,6 +115,16 @@ ...@@ -115,6 +115,16 @@
"targets/generic", "targets/generic",
"targets/targets.mk" "targets/targets.mk"
], ],
"lantiq-xrx200_legacy": [
"targets/lantiq-xrx200_legacy",
".github/workflows/build-gluon.yml",
"modules",
"Makefile",
"patches/**",
"scripts/**",
"targets/generic",
"targets/targets.mk"
],
"lantiq-xway": [ "lantiq-xway": [
"targets/lantiq-xway", "targets/lantiq-xway",
".github/workflows/build-gluon.yml", ".github/workflows/build-gluon.yml",
......
...@@ -287,6 +287,9 @@ lantiq-xrx200 ...@@ -287,6 +287,9 @@ lantiq-xrx200
- FRITZ!Box 7362 SL [#eva_ramboot]_ [#lan_as_wan]_ - FRITZ!Box 7362 SL [#eva_ramboot]_ [#lan_as_wan]_
- FRITZ!Box 7412 [#eva_ramboot]_ - FRITZ!Box 7412 [#eva_ramboot]_
lantiq-xrx200_legacy
--------------------
* TP-Link * TP-Link
- TD-W8970 (v1) [#lan_as_wan]_ - TD-W8970 (v1) [#lan_as_wan]_
......
...@@ -150,7 +150,7 @@ local function handle_target_pkgs(pkgs) ...@@ -150,7 +150,7 @@ local function handle_target_pkgs(pkgs)
end end
local function get_default_pkgs() local function get_default_pkgs()
local targetinfo_target = string.gsub(openwrt_config_target, '_', '/') local targetinfo_target = string.gsub(openwrt_config_target, '_', '/', 1)
local target_matches = false local target_matches = false
for line in io.lines('openwrt/tmp/.targetinfo') do for line in io.lines('openwrt/tmp/.targetinfo') do
local target_match = string.match(line, '^Target: (.+)$') local target_match = string.match(line, '^Target: (.+)$')
......
packages {
'-ltq-vdsl-vr9-vectoring-fw-installer',
'-kmod-ltq-vdsl-vr9-mei',
'-kmod-ltq-vdsl-vr9',
'-kmod-ltq-atm-vr9',
'-kmod-ltq-ptm-vr9',
'-kmod-ltq-deu-vr9',
'-ltq-vdsl-vr9-app',
'-dsl-vrx200-firmware-xdsl-a',
'-dsl-vrx200-firmware-xdsl-b-patch',
'-ppp-mod-pppoa',
'-ltq-dsl-base',
}
-- TP-Link
-- CAVEAT: These devices don't have a dedicated WAN port.
-- All ethernet ports on the device are bridged and
-- used as WAN ports. Clients connected to these
-- ports will be connected to your private network.
device('tp-link-td-w8970', 'tplink_tdw8970', {
factory = false,
})
device('tp-link-td-w8980', 'tplink_tdw8980', {
factory = false,
aliases = {'tp-link-td-w9980'},
broken = true, -- 5GHz unsupported
})
...@@ -9,6 +9,7 @@ $(eval $(call GluonTarget,ipq40xx,generic)) ...@@ -9,6 +9,7 @@ $(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq40xx,mikrotik)) $(eval $(call GluonTarget,ipq40xx,mikrotik))
$(eval $(call GluonTarget,ipq806x,generic)) $(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,lantiq,xrx200)) $(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xrx200_legacy))
$(eval $(call GluonTarget,lantiq,xway)) $(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mediatek,filogic)) $(eval $(call GluonTarget,mediatek,filogic))
$(eval $(call GluonTarget,mediatek,mt7622)) $(eval $(call GluonTarget,mediatek,mt7622))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment