Commit Graph

47 Commits

Author SHA1 Message Date
Tianling Shen
2e77acf140
Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-13 20:50:35 +08:00
Tianling Shen
e61b0646b5
autocore: fixup display cpuinfo for mediatek
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-08 14:40:21 +08:00
hanwckf
7ca1ff6f7b
autocore: remove mhz to speed up luci rpc call
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-01-07 13:31:08 +08:00
Tianling Shen
46c4f39158
Merge Official Source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-09-16 16:58:57 +08:00
Nicholas Sun
680e4752c5
autocore: maximize ring buffer size for Intel IGC ethernet
Signed-off-by: Nicholas Sun <nicholas-sun@outlook.com>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-09-16 16:53:49 +08:00
Tianling Shen
6a1a4f428d
autocore: remove upstreamed ethinfo
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-07-31 01:25:54 +08:00
tty228
93bb78c899
autocore: support fetch temperature info via wechatpush
It is possible to display the host machine's temperature on the "Overview" page of OpenWrt running in a virtual machine. However, to enable this feature, additional configuration is required, including setting up SSH keys and providing the host machine's IP address. Therefore, the command actually checks whether the "luci-app-wechatpush" plugin has enabled the feature to retrieve the host machine's temperature. If it is enabled, the command will invoke /usr/share/wechatpush/wechatpush soc to obtain the temperature.
2023-06-20 23:38:03 +08:00
Tianling Shen
26a5994069
autocore: ethinfo: remove useless script
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-06-07 16:39:37 +08:00
Tianling Shen
02b329e0f5 autocore: cpuinfo: add rk3588(s) support
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-29 11:56:06 +08:00
Tianling Shen
3825f4f9d6
autocore: ethinfo: support dsa ports
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-15 11:32:55 +08:00
Tianling Shen
da76fad95d
automount: remove kernel 5.10 check
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-13 23:05:42 +08:00
Tianling Shen
e6c7d13d23
autocore: trim whitespace when wifi_temp is empty
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-12 15:29:04 +08:00
Tianling Shen
f0ac305e35
autocore: add support for mediatek filogic
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-05-12 15:05:12 +08:00
Tianling Shen
9460240d99
autocore: ethinfo: tweak display style
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-29 04:07:28 +08:00
Jo-Philipp Wich
dc204bb443
autocore: switch to Jo's ethernet port status view implementation
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-03-29 03:34:59 +08:00
Tianling Shen
06072d17fa
autocore: skip virtual ethernet
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-01-18 02:38:30 +08:00
Tianling Shen
f5d69cebd6
autocore: ethinfo: use devtype to detect NIC
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-01-17 22:45:46 +08:00
Tianling Shen
cdd75338d2
autocore: remove 10_system hack
It's now merged into luci feed.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 79f50ce7df01d154775107b40da416c66ca2f4ec)
2022-11-01 15:39:41 +08:00
Tianling Shen
62cd475cf2
autocore: ethinfo: rewritten in ucode
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-25 17:47:11 +08:00
zxlhhyccc
13b33e9832
autocore: Fix schema display? x? error 2022-10-22 00:38:13 +08:00
Tianling Shen
00c38b88e0
autocore: use mhz to calc cpufreq for mvebu
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-10-21 16:24:12 +08:00
ZiMing Mo
c7c8ae9b0e
autocore: move functions into luci-base
Signed-off-by: ZiMing Mo <msylgj@immortalwrt.org>
2022-08-27 14:40:52 +08:00
Tianling Shen
c76ac78bb5
autocore: move ethinfo priority
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-07-18 11:19:39 +08:00
zxlhhyccc
00efd66e08 autocore: luci Synchronous upstream 2022-05-04 08:56:06 +08:00
Tianling Shen
7897839f51
autocore: reduce grep call
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-04-05 23:02:35 +08:00
Tianling Shen
c63b7ea4e5
autocore: sync with luci
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-28 15:03:25 +08:00
Tianling Shen
8b0362799a
autocore: ethinfo: fix indentation
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-27 20:40:09 +08:00
Tianling Shen
a3dc82e4d1
autocore: implement tempinfo display
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a5b55edeee329e2c469cd960f6d4bb8dfab57554)
2022-03-26 20:04:56 +08:00
Tianling Shen
51225d75e4
autocore: 10_system: fix parse data
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-26 19:17:46 +08:00
Tianling Shen
42e2aaf2b3
autocore: minor cleanup
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-26 19:01:32 +08:00
ZiMing Mo
e4753cb76a
autocore: fix build error&add missing rpcd 2022-03-26 05:32:52 +08:00
Tianling Shen
fda170cb76
autocore: sync with luci feed
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-25 23:54:48 +08:00
Tianling Shen
d03e7618a2
autocore: minor cleanup
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-03-25 23:32:57 +08:00
zxlhhyccc
b009c0ce89
autocore: add nftables status page
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-02-11 02:11:52 +08:00
zxlhhyccc
d49cabdcd0
autocore: sync with upstream source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-02-07 18:03:52 +08:00
Tianling Shen
99552e0a31
autocore: sync with upstream source
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2022-01-24 16:41:33 +08:00
zxlhhyccc
6fe3b3caaa
autocore: luci: sync with upstream source 2022-01-09 14:18:12 +08:00
Tianling Shen
3eccfa22f4
autocore: drop project link
Drop this stupid design.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-02 11:05:33 +08:00
zxlhhyccc
74e92801d6
autocore: add target platform (sync with upstream source) 2021-09-21 11:42:10 +08:00
zxlhhyccc
eeb55e445b
autocore/x86: luci: sync with upstream source 2021-09-18 13:09:19 +08:00
zxlhhyccc
87454a44c5
autocore: luci: sync with upstream source 2021-09-18 13:05:28 +08:00
Tianling Shen
71b680f2ed
autocore: drop extra % from CPU usage
Fixes: #458

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit aa5b96beaca3ea1e301f68613760b6b27ccadf28)
2021-09-13 08:48:29 +08:00
zxlhhyccc
2e2a822ee2
autocore: luci: sync with upstream source 2021-08-12 22:47:08 +08:00
zxlhhyccc
a738640d08
autocore: luci: sync with upstream source 2021-08-12 22:46:24 +08:00
Tianling Shen
d72bd11727
autocore: strip white space
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit 4991d0e6b081dfb9027f840e18c38d32a466df38)
2021-06-29 22:07:14 +08:00
coolsnowwolf
19cdd87fb1
autocore-arm: remove the dependency on lm-sensors
(cherry picked from commit aeff8e17c86330a9888f939d50eb607c31dc0cb6)
2021-06-29 00:33:58 +08:00
Tianling Shen
338d63c537
package lean: move to LuCI feeds
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-05-15 02:04:05 +08:00