Files
mihomo-openwrt/README.md
T
2026-08-05 14:30:24 +08:00

715 B

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.