- 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 ;)
-update et,emf,igs,ctf drivers
-update wl drover to 6.37.14.62 (r437318) (current Asus GPL)
-remove wlconf binary (we`re now compile it from sources)
-add depends of wlconf (common)
-upgrade wl tool
-Makefile - add new flags and features to ac68e target
-use ntpclient / fix ntpc service
-add few TCONFIG / fix compilation
-take ebtables from Asus sources
-httpd - fix sysinfo, fix erase nvram and upgrade via gui (still have problem in rc/mtd.c)
-iptables - add layer7
-nvram_arm - change default path from /usb/sbin to /bin (fix problem with captive portal and mymotd)
-rc - lot of fixed, correct vlan`s for AC68 (WAN works), add xhci and ext4 module)
-shared - few depends of wlconf compilation, new variables (usb3, ext4)
-ufsd - compile from sources
-utils for ARM, robocfg works now well ethernet state also works correct
-wlconf - compile from sources - fix wireless configuration via GUI
-www few changes
- lot of fixes of ARCH in router/Makefile
- mssl can`t use cyassl. Need to always use openssl
- we always need libssl.so, well the easies way is include openvpn to image
- now https works starts and we have access to GUI !!!
- lot of changes in nvram. Now all variables are restored and most (or even all) services works (ssh, telnet, dnsmasq)
- changes of rc/mtd are taken from your sources - thx
- id/detect of AC68 and AC56 added - thx
Finally some progress! :)