Skip to content

Commit 9e6e25d

Browse files
committed
docs(installation): note newly merged luci app for openwrt
Signed-off-by: Tianling Shen <i@cnsztl.eu.org>
1 parent 43f4906 commit 9e6e25d

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

content/en/docs/prologue/installation/openwrt.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@ Please move to [v2raya/v2raya-openwrt](https://github.com/v2raya/v2raya-openwrt)
2020
## Install v2rayA via official OpenWrt feed
2121

2222
{{% notice info %}}
23-
v2rayA has been merged into official OpenWrt since OpenWrt 21.02 stable release.
23+
The user-friendly LuCI application `luci-app-v2raya` has been available since OpenWrt 23.05 stable release.
24+
{{% /notice %}}
25+
26+
```bash
27+
opkg update
28+
opkg install luci-app-v2raya v2ray-geoip v2ray-geosite
29+
```
30+
31+
{{% notice info %}}
32+
Package `v2raya` has been available since OpenWrt 21.02 stable release.
2433
{{% /notice %}}
2534

2635
```bash
@@ -113,7 +122,7 @@ wget https://raw.githubusercontent.com/openwrt/packages/master/net/v2raya/files/
113122
chmod +x /etc/init.d/v2raya
114123
```
115124

116-
#### Enable and start the service
125+
## Enable and start the service
117126

118127
```bash
119128
uci set v2raya.config.enabled='1'

content/zh-cn/docs/prologue/installation/openwrt.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,16 @@ toc: true
2424
## 通过 OpenWrt 官方软件源安装
2525

2626
{{% notice info %}}
27-
v2rayA 软件包已被上游合并,使用 OpenWrt 21.02 或更高版本的用户可以直接从软件源安装。
27+
用户友好的 LuCI 应用 `luci-app-v2raya` 已被上游合并,使用 OpenWrt 23.05 或更高版本的用户可以直接从软件源安装。
28+
{{% /notice %}}
29+
30+
```bash
31+
opkg update
32+
opkg install luci-i18n-v2raya-zh-cn v2ray-geoip v2ray-geosite
33+
```
34+
35+
{{% notice info %}}
36+
软件包 `v2raya` 已被上游合并,使用 OpenWrt 21.02 或更高版本的用户可以直接从软件源安装。
2837
{{% /notice %}}
2938

3039
```bash

0 commit comments

Comments
 (0)