small-package/luci-app-netdata/README.md

31 lines
456 B
Markdown
Raw Normal View History

2021-11-17 09:01:13 +08:00
luci-app-netdata for OpenWRT/Lede
2021-09-24 23:37:27 +08:00
Install to OpenWRT/LEDE
git clone https://github.com/sirpdboy/luci-app-netdata
2021-11-17 09:01:13 +08:00
2021-09-24 23:37:27 +08:00
cp -r luci-app-netdata LEDE_DIR/package/luci-app-netdata
cd LEDE_DIR
2021-11-17 09:01:13 +08:00
2021-09-24 23:37:27 +08:00
./scripts/feeds update -a
2021-11-17 09:01:13 +08:00
2021-09-24 23:37:27 +08:00
./scripts/feeds install -a
make menuconfig
2021-11-17 09:01:13 +08:00
2021-09-24 23:37:27 +08:00
LuCI --->
2021-11-17 09:01:13 +08:00
2021-09-24 23:37:27 +08:00
1. Collections --->
2021-11-17 09:01:13 +08:00
2021-09-24 23:37:27 +08:00
<*> luci
2021-11-17 09:01:13 +08:00
2021-09-24 23:37:27 +08:00
3. Applications --->
2021-11-17 09:01:13 +08:00
2021-09-24 23:37:27 +08:00
<*> luci-app-netdata.........................LuCI support for Netdata
make package/new/luci-app-netdata/compile V=s
2021-11-17 09:01:13 +08:00