An open API service indexing awesome lists of open source software.

https://github.com/heiher/openwrt-hev-fsh

HevFsh is a solution for connect to remote shell in local networks for OpenWrt.
https://github.com/heiher/openwrt-hev-fsh

Last synced: about 1 month ago
JSON representation

HevFsh is a solution for connect to remote shell in local networks for OpenWrt.

Awesome Lists containing this project

README

        

# HevFsh for OpenWrt

## 简介

本项目是 [hev-fsh](https://github.com/heiher/hev-fsh) 在 OpenWrt 上的移植。

## 编译

从 OpenWrt 的 [SDK](https://openwrt.org/docs/guide-developer/obtain.firmware.sdk) 编译

```bash
cd openwrt-sdk

# 获取源码
git clone https://github.com/heiher/openwrt-hev-fsh.git package/hev-fsh

# 选中 Network -> hev-fsh
make menuconfig

# 编译 hev-fsh
make package/hev-fsh/{clean,compile} V=s
```