27 lines
488 B
Markdown
27 lines
488 B
Markdown
# BGME openwrt feed
|
|
|
|
## 适用版本
|
|
|
|
openwrt snapshot
|
|
|
|
## 使用方法
|
|
|
|
在 ``feeds.conf`` 文件中添加如下行:
|
|
|
|
```
|
|
src-git bgme https://git.bgme.bid/bgme/openwrt-bgme-feed.git
|
|
```
|
|
|
|
再次更新 feeds 即可。
|
|
|
|
```
|
|
./scripts/feeds update -a
|
|
./scripts/feeds install -a
|
|
```
|
|
|
|
## LICENSE
|
|
|
|
- einat-ebpf: https://github.com/muink/openwrt-einat-ebpf
|
|
- luci-app-einat: https://github.com/muink/luci-app-einat.git
|
|
- smartdns: https://github.com/openwrt/packages/tree/master/net/smartdns
|