quintus-lab / openwrt-rockchip

OpenWRT Official master source code + CTCGFW & Lean's packages code
MIT License
239 stars 50 forks source link

Add the fastest way only for China specific #8

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, I noticed that trojan go is not included in ssr+. Can I add it to the compilation configuration file? If so, which patch do I need to add to the source code, and then it can be fully compiled?

quintus-lab commented 3 years ago

Here it is. image

CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan-go=y

ghost commented 3 years ago

https://github.com/pymumu/smartdns DNS is another very important part of accelerating the network access experience. If I want to add the smartdns package independently, what needs to be done? What patches need to be added?

quintus-lab commented 3 years ago

First, put the 2 lines in 01-prepare_package.sh:

svn co https://github.com/pymumu/smartdns/trunk/package/openwrt package/new/smartdns/smartdns
svn co https://github.com/project-openwrt/openwrt/branches/openwrt-19.07/package/ntlf9t/luci-app-smartdns package/new/smartdns/luci-app-smartdns

then, add 2 lines to r4s.seed:

CONFIG_PACKAGE_luci-app-smartdns=y
CONFIG_PACKAGE_smartdns=y
ghost commented 3 years ago

Thanks.You're nice to have around.