-
Notifications
You must be signed in to change notification settings - Fork 321
openwrt-portable-Makefile [reloaded] #102
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
base: master
Are you sure you want to change the base?
Conversation
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.
Will this work? I think wifidog-init defaults to daemon mode. Wifidog -f is required for procd.
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.
It should work. "start" parameter should be added to another line.
As already written, wifidog-init should be avoided, for a more robust approach.
I wonder if we could use Travis to automatically build packages for all arches on OpenWrt. |
FYI, I just pushed an SSL-enabled Makefile into packages.git: https://github.com/wifidog/packages/tree/wifidog-experimental This will eventually become the CC package (I hope). I haven't incorporated your changes yet as I just wanted to finally get my Makefiles checked in. I guess we still need a separate repository for the legacy packages, e.g. your changes. |
@mhaas Travis ? |
My makefile is broken, it requires cyassl even without --enable-cyassl. |
@mhaas Interesting, thanks ! Sadly, it seems we cannot yet build packages for openWRT :/ |
@databeille I am working on a script for Travis to build openwrt packages. |
ci is great! |
Start porting wifidog.conf to uci |
Awesome. We have a shiny new home for the makefiles: https://github.com/wifidog/old-openwrt-feed Want to submit a pr against that? Sorry for the trouble :( |
@mhaas, how does this need to be put in the new repo? What directorry structure? I know nothing about it but if someone can tell me how it needs to go, I'll transform this PR into a PR there. |
Good question. Just make one subdirectory for the current scripts. I volunteer to do the job as I have some experience with openwrt packaging. |
New pull request with fixes on :
references : #97 ; #98