freifunk-berlin / firmware

DEPRECATED: Build system for Berlin firmware. Please user the pinned falter-repos instead
https://berlin.freifunk.net
GNU General Public License v3.0
74 stars 34 forks source link

olsrd LinkQualityAlgorithm in Profile does not work for community profile of Potsdam #617

Closed niccokunzmann closed 5 years ago

niccokunzmann commented 5 years ago

I build and configured many routers using Berlin Firmware Release Hedy v1.0.1 the last days.

Its profile version uses etx_ffeth. Hedy v1.0.1 pulls the feed from luci. I can see the file firmware/openwrt/feeds/luci/contrib/package/community-profiles/files/etc/config/profile_potsdam with the source code ``` config 'defaults' 'olsrd' option 'LinkQualityAlgorithm' 'etx_ffeth' ```

However, for each router, I needed to configure the link quality algorithm myself because it was set to etx_ff.

I would like to investigate further into this, inform the community and update this issue.

References:

SvenRoederer commented 5 years ago

the relevant code is here .... https://github.com/freifunk-berlin/firmware-packages/blob/v1.0.1/utils/luci-app-ffwizard-berlin/luasrc/tools/freifunk/assistent/olsr.lua#L24

pmelange commented 5 years ago

Once PR https://github.com/freifunk-berlin/firmware-packages/pull/174 has been merged, this problem should be fixed.

niccokunzmann commented 5 years ago

Now, when I use the upstream-1907/master branch, I see that this is fixed. Should I close this now or do you need it still?

SvenRoederer commented 5 years ago

the master-branch of the firmware is still on 18.06, so it's not fixed there. The upstream-1907 + master branches are not official and somehow just my "fun" (see https://github.com/freifunk-berlin/firmware/issues/583)