rt-n56u icon indicating copy to clipboard operation
rt-n56u copied to clipboard

Padavan

Results 139 rt-n56u issues
Sort by recently updated
recently updated
newest added

https://github.com/hanwckf/padavan-4.4/commit/ed67df5b8ff58d7cc7deb0dc1a878ef596e4fb17

Hi, it seems lock `l_conf` is not released before Line 1234. https://github.com/hanwckf/rt-n56u/blob/c9c3cec65c619dd8a1f51eee1d305d09d474fff6/trunk/user/firefly/mt-daapd-svn/src/conf.c#L1231-L1238

改动: - MI-NANO重新定义灯 蓝色:WAN灯 黄色:WIFI灯 红色:POWER灯 - 优化K2,K2P,NANO的亮灯逻辑 即:当蓝灯亮或者黄灯亮时,红灯会关闭 达成效果: - 连接上ISP:只有蓝灯 - 无法连接ISP:只有黄灯

其他版本的pavadan都支持了KVR功功能。H大什么时候也适配KVR功能

Dear @hanwckf I would appreciate if you would also support the NEWIFI-Y1S router in your repository. The NEWIFI-Y1S has almost the same system architecture as the NEWIFI-MINI, which you are...

以下是我的R6900v2固件的配置文件,最后几行。 [rt-n56u](https://github.com/lhuanyun/rt-n56u)/[trunk](https://github.com/lhuanyun/rt-n56u/tree/master/trunk)/[configs](https://github.com/lhuanyun/rt-n56u/tree/master/trunk/configs)/[templates](https://github.com/lhuanyun/rt-n56u/tree/master/trunk/configs/templates)/NETGEAR-BZV.config ---------------- CONFIG_FIRMWARE_INCLUDE_MENTOHUST=n CONFIG_FIRMWARE_INCLUDE_FRPC=n CONFIG_FIRMWARE_INCLUDE_FRPS=y CONFIG_FIRMWARE_INCLUDE_TUNSAFE=y CONFIG_FIRMWARE_INCLUDE_WIREGUARD=y CONFIG_FIRMWARE_INCLUDE_SHADOWSOCKS=y CONFIG_FIRMWARE_INCLUDE_SSSERVER=n CONFIG_FIRMWARE_INCLUDE_DNSFORWARDER=y CONFIG_FIRMWARE_INCLUDE_SMARTDNS=y ------------------------------------------------------- 试了太多次了,一直这样。 谢谢各位,帮我找找问题。编译出来,就是没有SMARTDNS和WIREGUARD,FRPS。

添加了 nginx 反向代理进程,用途:1. 启动后运行 nginx.sh 可在 88 端口反向代理到 路由器 80 端口,以此解决 iOS/MacOS 访问 Padavan 巨缓慢的问题(不是根本解决,绕过解决);2. 其它nginx用途。 问题来源:https://github.com/hanwckf/rt-n56u/issues/700 https://www.right.com.cn/forum/thread-550039-1-1.html https://www.v2ex.com/t/790986 https://www.right.com.cn/forum/forum.php?mod=viewthread&tid=4768388&page=2#pid16402233 需要手动添加配置: `CONFIG_FIRMWARE_INCLUDE_NGINX=y`

之前升级 dnsmasq 2.8 的过程中,遗漏了2.8中对 TCPDNS server 的判空,导致crash。问题来源 https://github.com/hanwckf/rt-n56u/issues/684 现已修复,终于可以正常使用 `--gfwlist=` 参数了, `wing` 功能也正常了

你好, 我通过CONFIG_FIRMWARE_INCLUDE_FRPC=y的方式能顺利编译好frpc到固件,但是没有管理界面,请问实现frpc的管理界面呢。 谢谢!