-
Notifications
You must be signed in to change notification settings - Fork 5.2k
pizero kernel 5.4 does not build after update #3786
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
Comments
It looks like upstream commit ea060b3 changed the driver a bit. |
I know 5.4-51 @ 1baaf03 compiles but I have not compiled the latest 5.4-58 commit today.
|
The upstream commit broke a downstream patch, but the fix is easy ( |
I've pushed a fixed. |
Which I've done - just building now. |
ah, i didnt notice that @pelwell and @popcornmix are two different persons 😄 sorry. Thank you for your quick response! ❤️ |
With the ath9k cherry-pick included it all builds again. That was an upstream error. |
@popcornmix is up earlier than I expected. |
Thanks guys. I have been head-scratching over the past 12 hours with this too. |
I can confirm 5.4-58 @ a682509 now compiles with the fixes. |
The fixes applied resolved this problem. Thank you to all who assisted. |
Describe the bug
From the build:
It looks like ep_intr was removed from the lan78xx.net structure. However line 3777 of lan78xx.c requires it. Not sure what should be done here.
To reproduce
$uname -a
Linux zoltan-the-great 5.4.0-42-generic #46~18.04.1-Ubuntu SMP Fri Jul 10 07:21:24 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: