Skip to content

Commit

Permalink
update to openwrt master, 7530 readd dsl, enable kirkwood, update fb7430
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Oct 10, 2024
1 parent 52525e7 commit f609970
Show file tree
Hide file tree
Showing 6 changed files with 493 additions and 68 deletions.
13 changes: 13 additions & 0 deletions patches/openwrt.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/modules b/modules
index 6a9d20ca..95a07319 100644
--- a/modules
+++ b/modules
@@ -2,7 +2,7 @@ GLUON_FEEDS='gluon packages routing'

OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=main
-OPENWRT_COMMIT=a544b9252bbda2643704e01c8085cdde2d3f1362
+OPENWRT_COMMIT=51e083426b8b9343a253597baa286b76e9232194

PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022
32 changes: 27 additions & 5 deletions patches/targets-ipq40xx-generic.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/targets/ipq40xx-generic b/targets/ipq40xx-generic
index 85509de7..b26de7ca 100644
index 85509de7..b1e8de8f 100644
--- a/targets/ipq40xx-generic
+++ b/targets/ipq40xx-generic
@@ -14,6 +14,15 @@ local ATH10K_PACKAGES_IPQ40XX_QCA9888 = {
Expand All @@ -18,7 +18,29 @@ index 85509de7..b26de7ca 100644


defaults {
@@ -73,6 +82,23 @@ device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
@@ -51,28 +60,29 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
device('avm-fritz-box-7530', 'avm_fritzbox-7530', {
factory = false,
aliases = {'avm-fritz-box-7520'},
- packages = {
- -- same as ATH10K_PACKAGES_IPQ40XX
- 'kmod-ath10k',
- '-kmod-ath10k-ct',
- '-kmod-ath10k-ct-smallbuffers',
- 'ath10k-firmware-qca4019',
- '-ath10k-firmware-qca4019-ct',
-
- -- VDSL modem
- '-kmod-ltq-vdsl-vr11',
- '-kmod-ltq-vdsl-vr11-mei',
- '-ltq-vdsl-vr11-app',
- '-ltq-dsl-base',
- '-kmod-atm',
- '-linux-atm',
- },
})

device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
factory = false,
})

Expand All @@ -42,7 +64,7 @@ index 85509de7..b26de7ca 100644

-- GL.iNet

@@ -89,6 +115,36 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {
@@ -89,6 +99,36 @@ device('gl.inet-gl-b1300', 'glinet_gl-b1300', {

device('linksys-ea6350v3', 'linksys_ea6350v3')

Expand Down Expand Up @@ -79,7 +101,7 @@ index 85509de7..b26de7ca 100644

-- Meraki

@@ -96,6 +152,11 @@ device('meraki-mr33-access-point', 'meraki_mr33', {
@@ -96,6 +136,11 @@ device('meraki-mr33-access-point', 'meraki_mr33', {
packages = {
-- radio0 is monitoring radio - removed for now
-- the -ct firmware does not have working mesh
Expand All @@ -91,7 +113,7 @@ index 85509de7..b26de7ca 100644
'-ath10k-firmware-qca9887-ct',
'-ath10k-board-qca9887',
},
@@ -139,6 +200,7 @@ device('plasma-cloud-pa2200', 'plasmacloud_pa2200', {
@@ -139,6 +184,7 @@ device('plasma-cloud-pa2200', 'plasmacloud_pa2200', {
-- ZTE

device('zte-mf289f', 'zte_mf289f', {
Expand Down
Loading

0 comments on commit f609970

Please sign in to comment.