Skip to content

Commit b6b4b49

Browse files
committed
feeds: add github release framework download and update app
1 parent 388c250 commit b6b4b49

6 files changed

Lines changed: 21 additions & 3 deletions

File tree

config/seed/immortalwrt_seed.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ CONFIG_PACKAGE_kmod-crypto-xts=y
123123
CONFIG_PACKAGE_kmod-crypto-xxhash=y
124124
# CONFIG_PACKAGE_kmod-cryptodev is not set
125125

126-
126+
CONFIG_PACKAGE_luci-app-ghfu=y
127127
CONFIG_PACKAGE_luci-ssl=y
128128
CONFIG_PACKAGE_luci-app-acme=y
129129
CONFIG_PACKAGE_luci-app-adguardhome=y

config/seed/lean_seed.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ CONFIG_PACKAGE_kmod-crypto-xts=y
125125
CONFIG_PACKAGE_kmod-crypto-xxhash=y
126126
# CONFIG_PACKAGE_kmod-cryptodev is not set
127127

128-
128+
CONFIG_PACKAGE_luci-app-ghfu=y
129129
CONFIG_PACKAGE_luci-ssl=y
130130
CONFIG_LUCI_LANG_zh_Hans=y
131131
CONFIG_PACKAGE_luci-app-accesscontrol=y

config/seed/openwrt_seed.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ CONFIG_PACKAGE_kmod-crypto-xts=y
123123
CONFIG_PACKAGE_kmod-crypto-xxhash=y
124124
# CONFIG_PACKAGE_kmod-cryptodev is not set
125125

126-
126+
CONFIG_PACKAGE_luci-app-ghfu=y
127127
CONFIG_PACKAGE_luci=y
128128
CONFIG_PACKAGE_luci-light=y
129129
CONFIG_PACKAGE_luci-ssl=y

diy_script/custom_feeds_and_packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export repos=(
88
"src-git helloworld https://github.com/fw876/helloworld;master"
99
"src-git OpenClash https://github.com/vernesong/OpenClash;master"
1010
"src-git nikki https://github.com/nikkinikki-org/OpenWrt-nikki.git;main"
11+
"src-git ghfu https://github.com/smallprogram/luci-app-ghfu.git;main"
1112
)
1213

1314
# 自定义软件包列表

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
Selected plug-in configuration, covering common functions such as network acceleration, theme beautification, system management, etc.
9797

9898
![](https://img.shields.io/badge/Visual_Studio_Code_SSH-Support-green)
99+
![](https://img.shields.io/badge/Dropbear_SSH-port2222-green)
100+
![](https://img.shields.io/badge/OpenSSH-port22-green)
99101

100102

101103

@@ -119,6 +121,7 @@ CONFIG_PACKAGE_luci-app-zerotier=y
119121
```
120122
### ⚙️ System Management and Tools
121123
```
124+
CONFIG_PACKAGE_luci-app-ghfu=y
122125
CONFIG_PACKAGE_luci-app-commands=y
123126
CONFIG_PACKAGE_luci-app-ramfree=y
124127
CONFIG_PACKAGE_luci-app-hd-idle=y
@@ -165,6 +168,11 @@ CONFIG_PACKAGE_luci-theme-material=y
165168
CONFIG_PACKAGE_luci-theme-openwrt=y
166169
CONFIG_PACKAGE_luci-theme-openwrt-2020=y
167170
```
171+
172+
### luci-app-ghfu
173+
174+
You can directly update to the latest firmware from this repository via LuCI, thereby bypassing the tedious manual update process. For more details, please refer to https://github.com/smallprogram/luci-app-ghfu.
175+
168176
---
169177

170178
[![Star History Chart](https://api.star-history.com/svg?repos=smallprogram/OpenWrtAction&type=Date)](https://star-history.com/#smallprogram/OpenWrtAction&Date)

docs/README_CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
精选插件配置,涵盖网络加速、主题美化、系统管理等常用功能。
9696

9797
![](https://img.shields.io/badge/Visual_Studio_Code_SSH-Support-green)
98+
![](https://img.shields.io/badge/Dropbear_SSH-port2222-green)
99+
![](https://img.shields.io/badge/OpenSSH-port22-green)
100+
98101

99102
### 📡 网络与代理
100103
```
@@ -116,6 +119,7 @@ CONFIG_PACKAGE_luci-app-zerotier=y
116119
```
117120
### ⚙️ 系统管理与工具
118121
```
122+
CONFIG_PACKAGE_luci-app-ghfu=y
119123
CONFIG_PACKAGE_luci-app-commands=y
120124
CONFIG_PACKAGE_luci-app-ramfree=y
121125
CONFIG_PACKAGE_luci-app-hd-idle=y
@@ -164,6 +168,11 @@ CONFIG_PACKAGE_luci-theme-openwrt-2020=y
164168
```
165169
---
166170

171+
### luci-app-ghfu
172+
173+
可通过luci直接更新该仓库的最新固件,省去手动更新的繁琐过程,详情参考 https://github.com/smallprogram/luci-app-ghfu
174+
175+
167176
[![Star History Chart](https://api.star-history.com/svg?repos=smallprogram/OpenWrtAction&type=Date)](https://star-history.com/#smallprogram/OpenWrtAction&Date)
168177

169178
---

0 commit comments

Comments
 (0)