mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
.github/workflows | ||
adguardhome | ||
brook | ||
chinadns-ng | ||
diy | ||
dns2socks | ||
gost | ||
ipt2socks | ||
kcptun | ||
lua-maxminddb | ||
luci-app-adguardhome | ||
luci-app-advanced | ||
luci-app-aliddns | ||
luci-app-argon-config | ||
luci-app-bypass | ||
luci-app-clash | ||
luci-app-dnsfilter | ||
luci-app-easymesh | ||
luci-app-eqos | ||
luci-app-godproxy | ||
luci-app-gost | ||
luci-app-gpsysupgrade | ||
luci-app-jd-dailybonus | ||
luci-app-koolddns | ||
luci-app-mentohust | ||
luci-app-openclash | ||
luci-app-passwall | ||
luci-app-pushbot | ||
luci-app-serverchan | ||
luci-app-smartdns | ||
luci-app-ssr-plus | ||
luci-app-tencentddns | ||
luci-app-UUGameAcc | ||
luci-app-vssr | ||
luci-app-wifidog | ||
luci-app-xlnetacc | ||
luci-theme-argon | ||
luci-theme-argon_new | ||
luci-theme-argon-lr | ||
luci-theme-atmaterial_new | ||
luci-theme-edge | ||
luci-theme-mcat | ||
luci-theme-opentopd_new | ||
luci-theme-tomato | ||
microsocks | ||
naiveproxy | ||
pdnsd-alt | ||
redsocks2 | ||
shadowsocks-libev | ||
shadowsocks-rust | ||
shadowsocksr-libev | ||
simple-obfs | ||
smartdns | ||
smartdns-le | ||
ssocks | ||
tcping | ||
tcpping | ||
trojan | ||
trojan-go | ||
trojan-plus | ||
v2ray-core | ||
v2ray-plugin | ||
xray-core | ||
xray-plugin | ||
18.06.sh | ||
19.07.sh | ||
LICENSE | ||
README.md |
small_action
small-package
-
常用OpenWrt软件包源码合集,同步上游更新!
-
18.06版luci请使用18.06分支
-
19.07版luci请使用19.07分支
-
关于指定19.07分支下载示例:
git clone -b 19.07 https://github.com/kenzok78/small-package
-
lean源码用18.06分支
-
官方源码用19.07分支
关于Secrets、TOKEN的小知识
-
云编译或者fork同步仓库等需要 在此 创建个token,然后在此仓库Settings->Secrets中添加个名字为ACCESS_TOKEN的Secret,填入token值
-
对应.github/workflows目录下的yml工作流文件里的ACCESS_TOKEN名称(依据自己yml文件修改)
-
在仓库Settings->Secrets中添加 SCKEY 可通过Server酱 推送编译结果到微信
-
在仓库Settings->Secrets中添加 TELEGRAM_CHAT_ID, TELEGRAM_TOKEN 可推送编译结果到Telegram Bot
使用方式(三选一):
- 先cd进package目录,然后执行
git clone https://github.com/kenzok78/small-package
- 或者添加下面代码到feeds.conf.default文件
src-git small8 https://github.com/kenzok78/small-package
- lede/下运行 或者openwrt/下运行
git clone https://github.com/kenzok78/small-package package/small-package