-
Notifications
You must be signed in to change notification settings - Fork 324
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
Conversation
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! |
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. |
if someone wants to merge this PR before the WDR4900 solution, please create an issue for that problem |
c68e74e
to
8c779bd
Compare
ce23bbd
to
97918c5
Compare
a44dd09
to
725c609
Compare
targets/mpc85xx-p1010
Outdated
@@ -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 |
There was a problem hiding this comment.
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
@blocktrron is the "next" branch in this repo obsoleted by this merge? |
|
ah, missed that, thanks for clarifying. |
No description provided.