-
Notifications
You must be signed in to change notification settings - Fork 259
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
Support IPSET #21
Comments
(R6300V1)
|
This repo is just a mirror, I'd report this to: http://svn.dd-wrt.com/ |
@houzi- Hey, did you remember how did you solve this? I met the same problem now... |
i have no use for ipset right now in dd-wrt itself due the restricted space only required features are compiled in, but you're free you make your own variant with the feature sets you want. |
Yes, I compile and load the ipset module myself. But the following mistakes:
|
its not enough to just compile the module, you need to recompile the kernel since these required symbols are always compiled direct into the kernel without any module support |
correction. there is a module named "ip_set.ko" this must be loaded first |
@BrainSlayer OK!thanks I try |
I have added this already some time ago so lets close this |
I compile "xt_set.ko" kernel module.
In ".config_bcmmips" file of ddwrt svn 3.10 kernel directory:
Load modules but the error:
Can you help me?
The text was updated successfully, but these errors were encountered: