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 2 months ago
JSON representation

Build OpenWrt packages using GitHub Actions

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
```