The Falter project builds a modern OpenWrt-based firmware for Freifunk Berlin. We split our code on different repositories. For the beginning there are three main repositories you should know:
You will find a directory doc/
in this repository, which contains several documents on workflows, installation, building etc. It is planned, to have an automated documentation system for the falter-packages there too.
To get apps translated easily into another language, you should write your message prompts in a special way. For more information on that and a tutorial for actually translation, please go to doc/translation.md.
In the build/
-directory in this repository, you can find a build-script. It will download all necessary OpenWrt-SDKs, to compile the packages in this feed for a given architecture. The packages will appear in a directory of your choice. Please refer to compiling.md for a more detailed tutorial on how to use that script. For a very quick start, take this:
# script-name, openwrt-version, CPU-architecture, output-directory
build/build.sh openwrt-22.03 mips_24kc out/
You might include packages from this repository into your self-compiled OpenWrt-images. For detailed installation look at installation.md.
Or just add following line to feeds.conf
src-git falter https://github.com/freifunk-berlin/falter-packages.git