Skip to content

Commit 004d9ff

Browse files
committed
Update the documentation
1 parent b8da408 commit 004d9ff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ curl -fsSL git.io/luci-app-amlogic | bash -s -- -b main
3939
```shell
4040
# 添加插件
4141
rm -rf package/luci-app-amlogic
42-
git clone -b lua https://github.com/ophub/luci-app-amlogic.git package/luci-app-amlogic
42+
git clone -b main https://github.com/ophub/luci-app-amlogic.git package/luci-app-amlogic
4343

4444
# 可以单独编译此插件
4545
make package/luci-app-amlogic/compile V=99
@@ -68,7 +68,7 @@ sed -i "s|.img.gz|.OPENWRT_SUFFIX|g" package/luci-app-amlogic/root/etc/config/am
6868
sed -i "s|amlogic_kernel_path.*|amlogic_kernel_path 'https://github.com/USERNAME/REPOSITORY'|g" package/luci-app-amlogic/root/etc/config/amlogic
6969

7070
# 5.设置晶晨宝盒插件分支(main/lua)
71-
sed -i "s|amlogic_plugin_branch.*|amlogic_plugin_branch 'lua'|g" package/luci-app-amlogic/root/etc/config/amlogic
71+
sed -i "s|amlogic_plugin_branch.*|amlogic_plugin_branch 'main'|g" package/luci-app-amlogic/root/etc/config/amlogic
7272
```
7373

7474
- 编译 OpenWrt 时,修改以上 4 项即可实现自定义。上述信息也可在登录 OpenWrt 系统后,通过 `系统``晶晨宝盒` 的设置界面进行修改。

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ curl -fsSL git.io/luci-app-amlogic | bash -s -- -b main
3939
```shell
4040
# Add the plugin
4141
rm -rf package/luci-app-amlogic
42-
git clone -b lua https://github.com/ophub/luci-app-amlogic.git package/luci-app-amlogic
42+
git clone -b main https://github.com/ophub/luci-app-amlogic.git package/luci-app-amlogic
4343

4444
# You can compile this plugin separately
4545
make package/luci-app-amlogic/compile V=99
@@ -68,7 +68,7 @@ sed -i "s|.img.gz|.OPENWRT_SUFFIX|g" package/luci-app-amlogic/root/etc/config/am
6868
sed -i "s|amlogic_kernel_path.*|amlogic_kernel_path 'https://github.com/USERNAME/REPOSITORY'|g" package/luci-app-amlogic/root/etc/config/amlogic
6969

7070
# 5. Set the branch of Amlogic Service plugin (main/lua)
71-
sed -i "s|amlogic_plugin_branch.*|amlogic_plugin_branch 'lua'|g" package/luci-app-amlogic/root/etc/config/amlogic
71+
sed -i "s|amlogic_plugin_branch.*|amlogic_plugin_branch 'main'|g" package/luci-app-amlogic/root/etc/config/amlogic
7272
```
7373

7474
- When compiling OpenWrt, modifying the above 4 items enables customization. These settings can also be modified after logging into the OpenWrt system via `System``Amlogic Service`.

0 commit comments

Comments
 (0)