e997e09c1156ac92a84a5d8b69b54bef60f4be5b
mihomo OpenWrt feed
This repository is a minimal OpenWrt feed containing only the mihomo package.
It uses the Go packaging infrastructure from the official packages feed.
Add both feeds to feeds.conf.default:
src-git packages https://github.com/immortalwrt/packages.git
src-git mihomo <repository-url>
Then update and install the required packages:
./scripts/feeds update packages mihomo
./scripts/feeds install -p packages golang
./scripts/feeds install -p mihomo mihomo
Build mihomo with:
make package/feeds/mihomo/mihomo/compile V=s
The official packages feed must remain available because it provides the Go
compiler and golang-package.mk used by this package.
Languages
Shell
79.5%
Makefile
20.5%