Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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