Skip to content
This repository was archived by the owner on Jul 9, 2026. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion feeds/openwrt/freifunk
Submodule freifunk updated 82 files
+18 −0 .github/workflows/check_dco.yml
+98 −0 applications/luci-app-owm/Makefile
+18 −0 applications/luci-app-owm/files/antennas.config
+1 −2 applications/luci-app-owm/files/owm-defaults
+118 −0 applications/luci-app-owm/files/owm.lua
+8 −0 applications/luci-app-owm/luasrc/Makefile
+23 −0 applications/luci-app-owm/luasrc/controller/antennas.lua
+38 −0 applications/luci-app-owm/luasrc/controller/owm.lua
+104 −0 applications/luci-app-owm/luasrc/model/cbi/antennas.lua
+514 −0 applications/luci-app-owm/luasrc/owm.lua
+38 −0 applications/luci-app-owm/luasrc/view/owm.htm
+1 −1 contrib/package/community-profiles/Makefile
+7 −0 contrib/package/community-profiles/files/etc/uci-defaults/freifunk-community-profiles
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/Freifunk
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/altmark
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/arig_arad
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/arig_neot_semadar
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/arig_tel-aviv
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/augsburg
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/bayreuth
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/bergischesland
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/berlin
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/carbodebit
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/cottbus
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/demo
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/duesseldorf
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/erfurt
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/evernet
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/freiburg
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/fuerstenwalde
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/gadow
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/guifibages
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/halle
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/hameln
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/hooge
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/kiberpipa
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/kyritz
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/l59
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/leipzig
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/marburg
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/oldenburg
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/openwireless_bern
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/piraten_dresden
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/potsdam
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/reihen
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/rosbach
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/schwarzach
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/stuttgart
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/tulumlibre
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/vogtland
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/weil
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/weimar
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/weinstadt
+0 −0 contrib/package/community-profiles/files/usr/share/freifunk/community-profiles/wlanljubljana
+1 −1 contrib/package/freifunk-common/Makefile
+0 −0 contrib/package/freifunk-common/files-olsrv1/usr/lib/micron.d/ff_olsr_watchdog
+0 −39 contrib/package/freifunk-mapupdate/Makefile
+0 −3 contrib/package/freifunk-mapupdate/files/etc/config/freifunk-mapupdate
+0 −59 contrib/package/freifunk-mapupdate/files/usr/sbin/ff_mapupdate.sh
+21 −0 modules/luci-mod-freifunk/ReadMe.md
+2 −0 modules/luci-mod-freifunk/luasrc/controller/freifunk/freifunk.lua
+2 −2 modules/luci-mod-freifunk/luasrc/view/cbi/osmll_value.htm
+29 −0 modules/luci-mod-freifunk/luasrc/view/freifunk-map/frame.htm
+141 −0 modules/luci-mod-freifunk/luasrc/view/freifunk-map/map.htm
+18 −1 modules/luci-mod-freifunk/luasrc/view/freifunk/index.htm
+11 −0 modules/luci-mod-freifunk/root/usr/share/rpcd/acl.d/luci-mod-freifunk.json
+1 −1 themes/luci-theme-freifunk-generic/Makefile
+21 −0 themes/luci-theme-freifunk-generic/Readme.md
+ themes/luci-theme-freifunk-generic/docs/freifunk-theme_lede17.01.png
+ themes/luci-theme-freifunk-generic/docs/freifunk-theme_openwrt21.02.png
+ themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/GalanoGrotesqueW00-Regular.woff2
+1,270 −1,132 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/cascade.css
+ themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/header.jpg
+ themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/logo.jpg
+42 −0 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/logo.svg
+0 −59 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/mobile.css
+0 −3 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/smallscreen.css
+12 −0 themes/luci-theme-freifunk-generic/htdocs/luci-static/freifunk-generic/spinner.svg
+147 −0 themes/luci-theme-freifunk-generic/htdocs/luci-static/resources/menu-freifunk-generic.js
+9 −5 themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/footer.htm
+33 −186 themes/luci-theme-freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm
+12 −5 themes/luci-theme-freifunk-generic/root/etc/uci-defaults/30_luci-theme-freifunk-generic