Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redchenjs/openwrt-packages
Build OpenWrt packages using GitHub Actions
https://github.com/redchenjs/openwrt-packages
github-actions-ci openwrt openwrt-packages
Last synced: about 5 hours ago
JSON representation
Build OpenWrt packages using GitHub Actions
- Host: GitHub
- URL: https://github.com/redchenjs/openwrt-packages
- Owner: redchenjs
- Created: 2020-02-02T17:06:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T10:25:54.000Z (7 months ago)
- Last Synced: 2024-04-11T11:33:08.009Z (7 months ago)
- Topics: github-actions-ci, openwrt, openwrt-packages
- Language: Makefile
- Homepage:
- Size: 354 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OpenWrt Third-Party Packages
============================## Add to OpenWrt package folder
```
git clone --recursive https://github.com/redchenjs/openwrt-packages.git package/openwrt-packages
```## Update an existing repository
```
cd package/openwrt-packages
git pull && git submodule update --init --recursive
```