Skip to content

Commit

Permalink
update to latest gluon
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Aug 9, 2024
1 parent 553ebd2 commit ce505d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions patches/020-interfaces.patch
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
diff --git a/package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces b/package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
index 22bf7bb8..0cddbaea 100755
index 5e5243a0..81ff6513 100755
--- a/package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
+++ b/package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
@@ -70,10 +70,29 @@ elseif platform.match('ramips', 'mt7621', {
'tplink,eap615-wall-v1',
}) then
lan_ifname, wan_ifname = 'lan1 lan2 lan3', 'lan0'
+elseif platform.match('ipq40xx', 'generic', {
+ 'avm,fritzbox-7530',
+}) then
+ lan_ifname, wan_ifname = 'lan2 lan3 lan4', 'lan1'
elseif platform.match('lantiq', 'xrx200', {
@@ -79,6 +79,21 @@ elseif platform.match('lantiq', 'xrx200', {
'arcadyan,vgv7510kw22-nor',
}) then
lan_ifname, wan_ifname = 'lan1 lan2 lan3 lan4', 'wan'
Expand Down
2 changes: 1 addition & 1 deletion release.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GLUON_GIT_URL := https://github.com/ffac/gluon.git
GLUON_GIT_REF := a3f78997bcc6a2318f6d2bbe2115dcc79dff01a6 # next
GLUON_GIT_REF := 508eda77cbf0146f7069ad584be646e3553f3020 # next

0 comments on commit ce505d9

Please sign in to comment.