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.
This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Daniel F. Dickinson b1c6de20ef
post-sync: fix preserve current active branch
Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-02-06 01:40:13 -05:00
LICENSE repo: add MIT LICENSE 2026-02-01 12:22:20 -05:00
post-sync.py post-sync: fix preserve current active branch 2026-02-06 01:40:13 -05:00
README.md docs: update README 2026-02-04 02:12:39 -05:00
requirements.txt repo: add support for version-device 'flavours' 2026-02-01 11:31:16 -05:00

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.