nginx support
commitd75436bc5a0d95c98a013fa238bf1efbf1e03fcf
authorShibby <shibby@openlinksys.info>
Mon, 21 Apr 2014 15:43:21 +0000 (21 17:43 +0200)
committerShibby <shibby@openlinksys.info>
Mon, 21 Apr 2014 15:43:21 +0000 (21 17:43 +0200)
treeae5edd7193f7ec9fd0243b4cfe146f92e5a7f5ae
parentadfda32a6d1ea8d2d2bb2ef9f5e00ee7946a1ec2
nginx support

cherry-picked from Tomato-RAF

This commit include also:
- spawn-fcgi support for PHP. Now we can enable PHP support from GUI.
- new zlib support (Makefile changes). Fix co-operation with PHP
- add some new module for PHP
- fix button support for AC56. WPS button is now as AOSS. Power button is now AOSS led (blink when we push WPS button)
- fix wireless support for AC56 (rc/init.c). Now 80MHz of channel width works for me.
- images for AC56U, AC68U and AC68R are the same well we can just copy images for each router (Makefile)
- rewised www/index.html for nginx
- phpinfo.php file added to /www directory
19 files changed:
release/src-rt-6.x.4708/Makefile
release/src-rt-6.x.4708/btools/libfoo.pl
release/src-rt-6.x.4708/router/Makefile
release/src-rt-6.x.4708/router/httpd/tomato.c
release/src-rt-6.x.4708/router/rc/Makefile
release/src-rt-6.x.4708/router/rc/buttons.c
release/src-rt-6.x.4708/router/rc/firewall.c
release/src-rt-6.x.4708/router/rc/init.c
release/src-rt-6.x.4708/router/rc/nginx.c [new file with mode: 0644]
release/src-rt-6.x.4708/router/rc/rc.h
release/src-rt-6.x.4708/router/rc/services.c
release/src-rt-6.x.4708/router/shared/defaults.c
release/src-rt-6.x.4708/router/shared/led.c
release/src-rt-6.x.4708/router/www/Makefile
release/src-rt-6.x.4708/router/www/about.asp
release/src-rt-6.x.4708/router/www/index.html [new file with mode: 0644]
release/src-rt-6.x.4708/router/www/nginx.asp [new file with mode: 0644]
release/src-rt-6.x.4708/router/www/phpinfo.php [new file with mode: 0644]
release/src-rt-6.x.4708/router/www/tomato.js