Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Nov 25, 2023
1 parent 34ca312 commit b2fad15
Show file tree
Hide file tree
Showing 6 changed files with 1,628 additions and 98 deletions.
12 changes: 12 additions & 0 deletions devices/common/patches/fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,15 @@
"images": [
{
"type": getenv("FILE_TYPE"),

--- a/package/system/procd/files/procd.sh
+++ b/package/system/procd/files/procd.sh
@@ -260,7 +260,7 @@ _procd_set_param() {
reload_signal)
json_add_int "$type" $(kill -l "$1")
;;
- pidfile|user|group|seccomp|capabilities|facility|\
+ pidfile|user|group|capabilities|facility|\
extroot|overlaydir|tmpoverlaysize)
json_add_string "$type" "$1"
;;
2 changes: 2 additions & 0 deletions devices/mediatek_filogic/.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_xiaomi_mi-router-wr30u-112m-nmbm=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_xiaomi_redmi-router-ax6000=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_qihoo_360t7=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_xiaomi_mi-router-ax3000t=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_jcg_q30-pro=y
CONFIG_TARGET_DEVICE_mediatek_filogic_DEVICE_glinet_gl-mt6000=y
CONFIG_PACKAGE_luci-ssl=y # uhttpd服务
Loading

0 comments on commit b2fad15

Please sign in to comment.