The main issue is I can't get internet connection while IPTV paras setted.
Detailed description :
http://forums.smallnetbuilder.com/showthread.php?t=15865
By hacking the code, now I solved this problem with a little change in the code of file router/rc/init.c. For RT-N16 (L2157), RT-AC68U(L2362) and the likes, change the one line below:
to
Now both dualwan and IPTV functions OK.
Thanks to anyone who helps me to successfully compile the code.
Detailed description :
http://forums.smallnetbuilder.com/showthread.php?t=15865
By hacking the code, now I solved this problem with a little change in the code of file router/rc/init.c. For RT-N16 (L2157), RT-AC68U(L2362) and the likes, change the one line below:
Code:
if(nvram_get("switch_wantag") && !nvram_match("switch_wantag", "") && !nvram_match("switch_wantag", "none") ){
to
Code:
if(nvram_get("switch_wantag") && !nvram_match("switch_wantag", "") && !nvram_match("switch_wantag", "none") && !nvram_match("switch_wantag", "manual")){
Now both dualwan and IPTV functions OK.
Thanks to anyone who helps me to successfully compile the code.
Last edited: