|
@@ -70,3 +70,15 @@
|
|
./scripts/feeds install -a
|
|
./scripts/feeds install -a
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+### Note
|
|
|
|
+
|
|
|
|
+#### ⚠ For OpenWrt 21.02 or lower version
|
|
|
|
+You have to manually upgrade Golang toolchain to [1.19](https://github.com/openwrt/packages/tree/openwrt-22.03/lang/golang) or higher to compile Xray-core.
|
|
|
|
+
|
|
|
|
+e.g.:
|
|
|
|
+
|
|
|
|
+```bash
|
|
|
|
+./scripts/feeds update packages
|
|
|
|
+rm -rf feeds/packages/lang/golang
|
|
|
|
+svn co https://github.com/openwrt/packages/branches/openwrt-22.03/lang/golang feeds/packages/lang/golang
|
|
|
|
+```
|