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.
- Host: GitHub
- URL: https://github.com/heiher/openwrt-hev-fsh
- Owner: heiher
- Created: 2019-08-09T03:57:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T08:03:01.000Z (10 months ago)
- Last Synced: 2024-12-30T13:48:11.060Z (4 months ago)
- Language: Shell
- Homepage: https://github.com/heiher/hev-fsh
- Size: 14.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```