kenzok8-small/README.md

58 lines
2.0 KiB
Markdown
Raw Normal View History

2023-08-08 16:41:54 +08:00
![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=kenzok8&show_icons=true&theme=radical)
<div align="center">
2023-08-08 18:23:07 +08:00
<h1 align="center"smmall</h1>
<img src="https://img.shields.io/github/issues/kenzok8/small?color=green">
<img src="https://img.shields.io/github/stars/kenzok8/small?color=yellow">
<img src="https://img.shields.io/github/forks/kenzok8/small?color=orange">
<img src="https://img.shields.io/github/languages/code-size/kenzok8/small?color=blueviolet">
2023-08-08 16:41:54 +08:00
</div>
<img src="https://v2.jinrishici.com/one.svg?font-size=24&spacing=2&color=Black">
* 把openwrt-packages与small仓库重新归类ssr、passwall、vssr以及依赖合并small
#### 使用方式
```yaml
默认ssr与passwall的插件与依赖整合包
使用方法将整合包上传到openwrt设备的tmp目录输入命令 opkg install *.ipk
默认压缩包里包含ssr passwall bypass passwall2 插件
如果单独安装ssr与依赖rm -rf {*passwall*,*bypass*,*vssr*}
```
* 喜欢追新的可以去下载small-package该仓库每天自动同步更新
* [small-package仓库地址](https://github.com/kenzok8/small-package)
##### 插件每日更新下载:
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/kenzok8/small?style=for-the-badge&label=插件下载)](https://github.com/kenzok8/small/releases/latest)
+ [ssr+passwall依赖仓库](https://github.com/kenzok8/small)
+ [openwrt固件与插件下载](https://op.dllkids.xyz/)
#### 使用
一键命令
```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
```
2023-09-23 00:19:18 +08:00
#### 注意
编译新版Sing-box和hysteria需golang版本1.20或者以上版本 ,可以用以下命令
```yaml
pushd feeds/packages/lang
2023-09-23 00:19:46 +08:00
rm -rf golang && svn co https://github.com/openwrt/packages/branches/openwrt-23.05/lang/golang
2023-09-23 00:19:18 +08:00
popd
```
2023-08-08 16:41:54 +08:00