https://github.com/icyleaf/openwrt-packages
https://github.com/icyleaf/openwrt-packages
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/icyleaf/openwrt-packages
- Owner: icyleaf
- Created: 2021-03-15T07:50:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T14:51:13.000Z (10 months ago)
- Last Synced: 2025-10-07T15:35:54.170Z (10 months ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# icyleaf's Openwrt package feed.
## Usage
To enable this feed add the following line to your feeds.conf:
```bash
src-git icyleaf https://github.com/icyleaf/openwrt-packages.git
```
To install all its package definitions, run:
```
./scripts/feeds update icyleaf
./scripts/feeds install -a -p icyleaf
```