post-sync hooks for use with manifests and per-manifest configurations for use with for Google's 'repo' tool (from AOSP) to setup an OpenWrt development tree for main OpenWrt, packages, luci, and other feeds.
- Python 100%
|
|
||
|---|---|---|
| LICENSE | ||
| post-sync.py | ||
| README.md | ||
| requirements.txt | ||
OpenWrt Repo Hooks
Daniel F. Dickinson's OpenWrt repo hooks for setting up a development environment setup using Google's repo. Currently a post-sync hook only.
Depends on GitPython and zstandard (see requirements.txt)
On Debian 13 (trixie) these can installed by executing:
apt install python3-git python3-zstandard
Parent repository
This repository is pulled in by https://gitlab.com/dfd-web/firmware/openwrt-mirrors/openwrt-repo-manifest which sets up an OpenWrt development workspace.