-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix SFE kernel patch and move wireguard and update kernel version to broken #25
base: lede-17.01
Are you sure you want to change the base?
Conversation
I tried your patch but with the latest build of 17.01.4 I get the same error message as in: |
If you only want shortcut-fe, you could use the patch in my repos under folder patch... Use the shortcut-fe patch:
|
Ok thank you, what I am trying to accomplish is the latest 17.01 build (trunk) with the following packages:
I will test your patch. |
I got a question about your patch, is it compatible with sqm? Did you try gwlim's patch and test if there is a difference in throughput? What I was reading in the thread in the LEDE forum is that gwlim's patch is also doing some mips optimization but the patch is not compatible with sqm. |
Without sqm the throughput is almost the same over lan as with gwlim´s patchset. The patch file from my repo is only a copy of dissents not accepted pull request on lede-project... I think shortcut-fe from gwlim and from dissent are almost the same... |
Firstly, thanks for your great work on this patches.
Sadly i had three errors while building with latest 17.01 branch and your patches.
I had removed kernel version and wireguard patch to solve the first two errors while running patch_LEDE.sh.
The next and last error is because of an additional comment in net/netfilter/nf_conntrack_ecache.c.
This should fix this errors.
Due to i'm not interested in wireguard, i did not look in this issue. But at the path for patching, there are no files.
The kernel version patch is totally unneeded. Didn't know why this should be needed.
Greets