small/README.md

36 lines
1.4 KiB
Markdown
Raw Normal View History

2022-04-09 13:41:48 +08:00
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=kenzok8&show_icons=true&theme=radical)
<div align="center">
2023-02-02 17:02:53 +08:00
<h1 align="center"openwrt-packages</h1>
2022-04-09 13:41:48 +08:00
<img src="https://img.shields.io/github/issues/kenzok8/openwrt-packages?color=green">
<img src="https://img.shields.io/github/stars/kenzok8/openwrt-packages?color=yellow">
2023-02-16 13:17:55 +08:00
<img src="https://img.shields.io/github/forks/kenzok8/openwrt-packages?color=orange">
<img src="https://img.shields.io/github/languages/code-size/kenzok8/openwrt-packages?color=blueviolet">
2022-04-09 13:41:48 +08:00
</div>
<img src="https://v2.jinrishici.com/one.svg?font-size=24&spacing=2&color=Black">
#### 说明
2023-04-27 11:49:31 +08:00
<br>中文
2022-04-09 13:41:48 +08:00
2023-04-27 11:42:50 +08:00
* 重新归类把ssr,passwall,vssr等相关依赖整合一个仓库 ,该仓库每天自动同步更新
2022-04-09 13:41:48 +08:00
##### 插件每日更新下载:
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kenzok8/compile-package?style=for-the-badge&label=插件更新下载)](https://github.com/kenzok8/compile-package/releases/latest)
+ [passwall依赖](https://github.com/kenzok8/small)
2023-04-27 11:50:40 +08:00
+ [openwrt固件与插件下载](https://op.dllkids.xyz/)
2022-04-09 13:41:48 +08:00
#### 使用
一键命令
```yaml
sed -i '$a src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default
sed -i '$a src-git small https://github.com/kenzok8/small' feeds.conf.default
git pull
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
```