Skip to content

Commit

Permalink
Merge pull request #3401 from ffac/update-openwrt-main-1734975929
Browse files Browse the repository at this point in the history
Update openwrt main
  • Loading branch information
rotanid authored Dec 27, 2024
2 parents 6b80b58 + b5ba291 commit e1523af
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 22 deletions.
10 changes: 10 additions & 0 deletions .github/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,16 @@
"targets/generic",
"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": [
"targets/lantiq-xway",
".github/workflows/build-gluon.yml",
Expand Down
3 changes: 3 additions & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ lantiq-xrx200
- FRITZ!Box 7362 SL [#eva_ramboot]_ [#lan_as_wan]_
- FRITZ!Box 7412 [#eva_ramboot]_

lantiq-xrx200_legacy
--------------------

* TP-Link

- TD-W8970 (v1) [#lan_as_wan]_
Expand Down
4 changes: 2 additions & 2 deletions modules
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ GLUON_FEEDS='gluon packages routing'

OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-24.10
OPENWRT_COMMIT=5a715cdbcdac03f5cdf1c3e89334c37dc8a008a2
OPENWRT_COMMIT=4cc1da1e44c28aa153956e179f28b8ee38dc3ac6

PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-24.10
PACKAGES_PACKAGES_COMMIT=e558c89b1b65cb1cb0babb3fbf9ee90eb64e21cc
PACKAGES_PACKAGES_COMMIT=dfeae07c2495539f85dbcb4c633eb52c6a9b2e72

PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-24.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ index 0000000000000000000000000000000000000000..077a563b6066cd1d3aee4b1e82328e8c
+
+ int system_bridge_addif(struct device *bridge, struct device *dev)
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6
index 105dc0d344fa82c85b09482e051f35a282a60b08..032dd15bbb2b8603799032647f7a47625751836f 100644
index 2ea1b7910388f57a7ba3e5868a323618c0838d9c..cf46bf89de743c83410ea0ebd856ce13a8d38ed4 100644
--- a/target/linux/generic/config-6.6
+++ b/target/linux/generic/config-6.6
@@ -716,6 +716,7 @@ CONFIG_BRIDGE=y
Expand Down
2 changes: 1 addition & 1 deletion scripts/target_config_lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ local function handle_target_pkgs(pkgs)
end

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
for line in io.lines('openwrt/tmp/.targetinfo') do
local target_match = string.match(line, '^Target: (.+)$')
Expand Down
18 changes: 0 additions & 18 deletions targets/lantiq-xrx200
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,3 @@ device('arcadyan-vgv7510kw22', 'arcadyan_vgv7510kw22-nor', {
factory = false,
aliases = {'o2-box-6431'},
})


-- 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
})
30 changes: 30 additions & 0 deletions targets/lantiq-xrx200_legacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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
})
1 change: 1 addition & 0 deletions targets/targets.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq40xx,mikrotik))
$(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xrx200_legacy))
$(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mediatek,filogic))
$(eval $(call GluonTarget,mediatek,mt7622))
Expand Down

0 comments on commit e1523af

Please sign in to comment.