We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6a0e8 commit 7714fd0Copy full SHA for 7714fd0
README.md
@@ -82,7 +82,9 @@ bash +x ./unpack.sh && cargo build --release --features embed && mv target/relea
82
### OpenWrt编译
83
84
```shell
85
-svn co https://github.com/gngpp/nas-xunlei/trunk/openwrt package/xunlei
+cd package
86
+svn co https://github.com/gngpp/nas-xunlei/trunk/openwrt
87
+cd -
88
make menuconfig # choose LUCI->Applications->Luci-app-xunlei
89
make V=s
90
```
0 commit comments