Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules: use OpenWrt 22.03 #2426

Merged
merged 5 commits into from
Apr 30, 2022
Merged

modules: use OpenWrt 22.03 #2426

merged 5 commits into from
Apr 30, 2022

Conversation

blocktrron
Copy link
Member

No description provided.

@blocktrron blocktrron changed the title modules: ue OpenWrt 22.03 modules: use OpenWrt 22.03 Mar 24, 2022
@github-actions github-actions bot added 3. topic: hardware Topic: Hardware Support 3. topic: package Topic: Gluon Packages labels Mar 24, 2022
@neocturne
Copy link
Member

I'd like to have a look at the mpc85xx-p1010 target before we just drop it. I have a WDR4900 lying around, and I have a few ideas how to fix the kernel size limitation.

@rotanid
Copy link
Member

rotanid commented Mar 26, 2022

I'd like to have a look at the mpc85xx-p1010 target before we just drop it. I have a WDR4900 lying around, and I have a few ideas how to fix the kernel size limitation.

thanks!
according to the data from multi.meshviewer.org there are currently at least 175 devices of WDR4900 online, notable communities are ffmuc, aachen, altdorf, nordwest, ennepe-ruhr-kreis, ....

@neocturne
Copy link
Member

I'd like to have a look at the mpc85xx-p1010 target before we just drop it. I have a WDR4900 lying around, and I have a few ideas how to fix the kernel size limitation.

thanks! according to the data from multi.meshviewer.org there are currently at least 175 devices of WDR4900 online, notable communities are ffmuc, aachen, altdorf, nordwest, ennepe-ruhr-kreis, ....

Well... this took a lot more effort than I expected, but I have something working in https://git.openwrt.org/?p=openwrt/staging/neoraider.git;a=shortlog;h=refs/heads/mpc85xx-spi-loader now. Will need a lot more documentation and possibly a few rounds of review before it's ready to merge.

@github-actions github-actions bot added the 3. topic: docs Topic: Documentation label Apr 12, 2022
@rotanid rotanid added this to the 2022.1 milestone Apr 12, 2022
@rotanid
Copy link
Member

rotanid commented Apr 12, 2022

if someone wants to merge this PR before the WDR4900 solution, please create an issue for that problem

@blocktrron blocktrron force-pushed the switch-2203 branch 2 times, most recently from c68e74e to 8c779bd Compare April 16, 2022 23:23
@blocktrron blocktrron force-pushed the switch-2203 branch 2 times, most recently from ce23bbd to 97918c5 Compare April 21, 2022 21:27
@blocktrron blocktrron force-pushed the switch-2203 branch 2 times, most recently from a44dd09 to 725c609 Compare April 25, 2022 23:10
@github-actions github-actions bot removed the 3. topic: docs Topic: Documentation label Apr 25, 2022
@@ -7,4 +7,6 @@ device('sophos-red-15w-rev.1', 'sophos_red-15w-rev1', {

-- TP-Link

device('tp-link-tl-wdr4900-v1', 'tplink_tl-wdr4900-v1')
device('tp-link-tl-wdr4900-v1', 'tplink_tl-wdr4900-v1', {
broken = true, -- Kernel exceeds max-size
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken devices must at least build. As this is not the case for the WDR4900, the entry should be commented out rather than marked as broken.

Jool can be built without error on 22.03. Remove this workaround.
Remove support for the TP-Link WDR4900, as it us currently unable to
load its kernel sure to factory bootloader constraints.

Progress on this topic is tracked in #2491
@github-actions github-actions bot added the 3. topic: docs Topic: Documentation label Apr 30, 2022
@blocktrron blocktrron merged commit 154ecf6 into master Apr 30, 2022
@blocktrron blocktrron deleted the switch-2203 branch April 30, 2022 21:49
@rotanid
Copy link
Member

rotanid commented May 1, 2022

@blocktrron is the "next" branch in this repo obsoleted by this merge?

@herbetom
Copy link
Contributor

herbetom commented May 1, 2022

next builds upon OpenWRT master. That's different from the openwrt-22.03 Branch Gluon uses now.

@rotanid
Copy link
Member

rotanid commented May 1, 2022

ah, missed that, thanks for clarifying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support 3. topic: package Topic: Gluon Packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants