🎉 init
Signed-off-by: SerinaNya <34389622+SerinaNya@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# 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`:
|
||||
|
||||
```text
|
||||
src-git packages https://github.com/immortalwrt/packages.git
|
||||
src-git mihomo <repository-url>
|
||||
```
|
||||
|
||||
Then update and install the required packages:
|
||||
|
||||
```sh
|
||||
./scripts/feeds update packages mihomo
|
||||
./scripts/feeds install -p packages golang
|
||||
./scripts/feeds install -p mihomo mihomo
|
||||
```
|
||||
|
||||
Build mihomo with:
|
||||
|
||||
```sh
|
||||
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.
|
||||
Reference in New Issue
Block a user