Update doc

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
Jianhui Zhao
2019-05-29 16:42:08 +08:00
parent b51f30f56a
commit bb80857ed7
2 changed files with 10 additions and 4 deletions

View File

@@ -5,7 +5,10 @@
opkg install rtty-nossl
# Compile it yourself
## Add feed for openwrt 14.04,15.05,Lede and openwrt 18
## Add feed for openwrt 14.04,15.05,Lede,openwrt 18 and higher version
**If you have feeds.conf in your Openwrt root directory, use feeds.conf instead of feeds.conf.default**
Openwrt 14.04
echo 'src-git rtty https://github.com/zhaojh329/rtty.git;openwrt-14-15' >> feeds.conf.default
@@ -14,7 +17,7 @@ Openwrt 15.05
echo 'src-git rtty https://github.com/zhaojh329/rtty.git;openwrt-lede' >> feeds.conf.default
openwrt 18
openwrt 18 or higher version
echo 'src-git rtty https://github.com/zhaojh329/rtty.git;openwrt-18' >> feeds.conf.default

View File

@@ -5,7 +5,10 @@
opkg install rtty-nossl
# 自己编译
## 添加feedopenwrt 14.04,15.05,Lede and openwrt 18
## 添加feedopenwrt 14.04,15.05,Lede,openwrt 18或者更高版本
**如果你的OpenWrt根目录存在feeds.conf,则使用feeds.conf而不是feeds.conf.default**
Openwrt 14.04
echo 'src-git rtty https://github.com/zhaojh329/rtty.git;openwrt-14-15' >> feeds.conf.default
@@ -14,7 +17,7 @@ Openwrt 15.05
echo 'src-git rtty https://github.com/zhaojh329/rtty.git;openwrt-lede' >> feeds.conf.default
openwrt 18
openwrt 18或者更高版本
echo 'src-git rtty https://github.com/zhaojh329/rtty.git;openwrt-18' >> feeds.conf.default