- wnrtool used to create initial (chk) image (target r7000init)
- buttons works (wifi on/off is like SES button)
- most leds works (without wifi and usb leds)
- ufsd driver is from asus for now but ufsd_netgear is also included (but not working). To compile netgear`s ufsd driver just target in Makefile to UFSD="NETGEAR"
- added support of WAN led (rc/init.c file)
Vic sorry but i propably will override your last commit. I had some code already added to sources before you was commit yours.
wl driver from netgear gpl is not working on tomato, well i`m using asus`s wl driver.
BR!
I had one R7000 for few hours today, it's what I achieved. WLAN need tweak
but I had to return.
To flash I used dd-wrt as bridge, then flash the build and do nvram erase
from serial port.
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 ;)