Skip to content
Sven Roederer edited this page Jul 9, 2020 · 7 revisions

Welcome to the firmware wiki!

Some words on branches

there are several branches around, Some of them are official, some of them are just for merging features / issues or for test of a developers idea.

The official branches are

  • "master" is based on the (most recent) OpenWrt stable branch. In April 2020 this is OpenWrt-19.07. From this branch new releases will be forked and it should mostly give a functional image
  • "Build-System-Core" is a stripped down version which only contains the core build system. This is the perfect starting point when you want to build something different than a "Berlin Freifunk" firmware.
  • "master-monthly" is a branch based on master, which get's all changes of the last month added on top.
  • "daily/upstream-1907" is a fork of the "master" branch which is automatically updated with the recent changes of the involved external sources (OpenWrt and its feeds stable branches) on a daily basis.
  • "next" is based on the OpenWrt master branch.
  • "daily/upstream-master" this is forked from the "next" branch and also gets the changes of the external sources added automatically. It's following the master branches of the external sources. This is the real "bleeding-edge" code.

individual branches

  • branches containing "SAm0815" at the beginning of the name are managed (not exclusively managed) by @SvenRoederer and contain a collation of open PRs and new ideas to be tested. The most recent version of these branches you will find in the personal repository of @SvenRoederer.