Time for another beta...
For this one, I need some help testing some changes that I am unable to run.
BETA RELEASE: Update-19B4
27-August-2016
Merlin fork 374.43_2-19B4j9527
Download
http://bit.ly/1UGjcOX
============================
Following are the major changes (full changelog is in the zip files)
- Support prefix lengths other than 64 for native IPv6
This is one needing some testing, as my ISP only supports 64 prefix length.
- Support Meo, Vodaphone and Hinet MOD profiles for IPTV
Another one where I need help testing, both the new profiles and older ones, as I needed to make some changes affecting the older profiles in order to support the new.
Before anyone asks, Movistar is NOT supported. Movistar is a complex nightmare, and I quit working on it after backporting over 1000 lines of code.
- Update to version 6 of IPSET for ARM routers
This updates IPSET to the same version used by Tomato and DD-WRT for ARM. It will require some changes to scripts if you are using IPSET on ARM. Here's a code snip that will detect the IPSET version and apply the correct modules. The rest of the commands for IPSET should be backwards compatible. If you find something that is not, please give feedback.
Code:
# Load ipset modules
ipset -v | grep -i "v4" > /dev/null 2>&1
if [ $? -eq 0 ];
then
# old ipset
ipsetv=4
lsmod | grep "ipt_set" > /dev/null 2>&1 || \
for module in ip_set ip_set_nethash ip_set_iphash ipt_set
do
insmod $module
done
else
# new ipset
ipsetv=6
lsmod | grep "xt_set" > /dev/null 2>&1 || \
for module in ip_set ip_set_hash_net ip_set_hash_ip xt_set
do
insmod $module
done
fi
- Fixes/Updates
- Minidlna would use a different uuid on every start. If your DLNA client tracked DLNA servers, this would result in multiple 'phantom' servers being shown as offline.
- Dropbear: fix ability to link to SFTP server - @errorsys
- Dropbear: include dropbearconvert utility
- AICloud: pick up some changes tied to the update to lighttpd - @Grump
As always, a reminder to users with MIPS routers to have a backup of /jffs just in case!
SHA256
Code:
5d7f532aba9c797fd0de1960ff9bceeb2a33eac844e0f78d24c61cf39347675f RT-AC68U_3.0.0.4_374.43_2-19B4j9527.trx
a03585f705272da7abb109c2cb631a824c99c7eeb54e9a80e835aa837f5ce7dc RT-AC56U_3.0.0.4_374.43_2-19B4j9527.trx
411f51434e13234520c1514b876c16ad78c7a4b14ed1d4348cf3cf5e234b4276 RT-N16_3.0.0.4_374.43_2-19B4j9527.trx
8a0c0133ef51dd0c6decb1eccaa985f6e60d0eeab939aeefef8cf14883eb2659 RT-AC66U_3.0.0.4_374.43_2-19B4j9527.trx
4d85fc688974c72e8286b7ea5f2c6c6efb292eb1e6a68c15f907fac412423f64 RT-N66U_3.0.0.4_374.43_2-19B4j9527.trx