mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
19 lines
249 B
Markdown
19 lines
249 B
Markdown
### 支持版本
|
|
|
|
OpenWrt 19.07 及以上
|
|
### 使用
|
|
|
|
添加软件源
|
|
|
|
|
|
```
|
|
sh -c "$(curl https://fastly.jsdelivr.net/gh/EkkoG/openwrt-dist@master/add-feed.sh)" -- luci
|
|
```
|
|
|
|
更新软件源并安装
|
|
|
|
```
|
|
opkg update
|
|
opkg install luci-app-natmap
|
|
```
|