On the servers and workstations I manage, I like to use a git repository to version control my various configurations and stow to manage the symlinks into the git repo. This allows me to be up and running on a fresh system with a simple git pull
and ./setup.sh
. I want to apply this same methodology on my OpenWrt router, but I don't see stow
available in the opkg
repository.
Is there another repository available that provides stow, and how do I add that?
If not, is there a way to make it available? I've tried building it from source on my router, but I don't have enough disk space to do it.
Is there some other method to version controlling my configuration that I'm missing on OpenWrt?
Thanks!