This reverts commit 5881ebd298.
Ipset binary doesn’t work out of the box, further investigation must be done before this update can be released.
Thanks @AndreDVJ and @Pedro311
Finally, we will have a correct way to display the firmware version in the tomato:
- use V1 only if you want to add build number to version
- use V2 for extra build notes
- major/minor version values are copied from /router/shared/tomato_version.h file only
- to change major/minor, edit that file
- to display beta sign, change TOMATO_EXPERIMENTAL in target.mak to 1
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
- updated et, wl, ctf, emf, igs, bcm57xx drivers
- most binaries compiled from sources line libbcm, bcmcrypto, libbcmcrypto, nas, eapd, emf, igs
- fixed flash used space
- fixed wireless encryption problem (nas got Segmentation Fault)
- added ionice and taskset for Samba
- shared, include and router/shader code updated
- one fix in optware install script
- removed some mipsel stuff like iptables, iproute, et, nvram ...
- CFLAGS, LDFLAGS updated
- propably much more changes and fixes but i dont remember now ;)