mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
12 lines
284 B
Markdown
12 lines
284 B
Markdown
# mrtg-openwrt
|
|
Packaging MRTG with OpenWrt SDK
|
|
|
|
How-to compile:
|
|
```
|
|
cd feeds/package/net
|
|
git clone https://github.com/koshev-msk/mrtg-openwrt.git
|
|
cd ../../..
|
|
./scripts feeds update -a; ./scripts/feeds install -a
|
|
make -j $(($(nproc)+1)) package/feeds/packages/mrtg-openwrt/compile
|
|
```
|