https://github.com/jerrykuku/openwrt-package
Jerry's openwrt-package
https://github.com/jerrykuku/openwrt-package
Last synced: 3 months ago
JSON representation
Jerry's openwrt-package
- Host: GitHub
- URL: https://github.com/jerrykuku/openwrt-package
- Owner: jerrykuku
- Created: 2020-06-29T16:36:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T12:17:29.000Z (over 1 year ago)
- Last Synced: 2025-01-20T14:49:01.250Z (4 months ago)
- Homepage:
- Size: 31.3 KB
- Stars: 140
- Watchers: 6
- Forks: 54
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openwrt-package
Jerry's openwrt-package建议使用Lean源进行编译。这个Branch的argon不适合官方版本。
包含了 如下应用
- Argon 主题
- Argon 主题配置应用
- go-aliyundrive-webdav 阿里云盘webdav的golang实现
- lua-maxminddb lua版本的maxminddb ip库解析器## 使用方法
添加 src-git jerryk https://github.com/jerrykuku/openwrt-package 到 OpenWRT源码根目录feeds.conf.default文件
然后执行
```bash
./scripts/feeds clean
./scripts/feeds update -a
./scripts/feeds install -a
```