mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-08 11:57:57 +08:00
21 lines
438 B
Plaintext
21 lines
438 B
Plaintext
|
luci-app-netdata for OpenWRT/Lede
|
||
|
|
||
|
|
||
|
Install to OpenWRT/LEDE
|
||
|
|
||
|
git clone https://github.com/sirpdboy/luci-app-netdata
|
||
|
cp -r luci-app-netdata LEDE_DIR/package/luci-app-netdata
|
||
|
|
||
|
cd LEDE_DIR
|
||
|
./scripts/feeds update -a
|
||
|
./scripts/feeds install -a
|
||
|
|
||
|
make menuconfig
|
||
|
LuCI --->
|
||
|
1. Collections --->
|
||
|
<*> luci
|
||
|
3. Applications --->
|
||
|
<*> luci-app-netdata.........................LuCI support for Netdata
|
||
|
|
||
|
|
||
|
make package/luci-app-netdata/compile V=s
|