This is what we did so far (mostly during the hackaton, and a few things
before and after)
Changelog Dayboot Rely 17.04 (since 16.07)
• based on LEDE 17.01.1
• build everything using LEDE SDK, via new lime-cooker (instead of
lime-build)
• lime-system: fix ieee80211s proto, correctly construct ifnames
• lime-system: sanitize hostname (transform everything into alphanumeric
and dash)
• lime-system: new proto static
• lime-system: set dnsmasq force=1 to ensure dnsmasq never bails out
• lime-webui: enable i18n, finally webinterface is available in Spanish
• lime-webui: Major rework by NicoPace, thanks!
∘ bmx6 node graph now uses colors in a clever way
∘ simple way to add "system notes" that are shown along with
/etc/banner and webui
∘ luci-app-lime-location: fix google maps api key
∘ new read-only view: switch ports status
∘ alert luci-mod-admin users that their changes might get overwritten
by lime-config
∘ fix batman-adv status webui
• new package available to install lighttpd instead of uhttpd (needed
for an upcoming android app)
• added a lime-sysupgrade command: does a sysupgrade but only preserving
libremesh configuration file
• added a lime-apply command: basically calls reload_config, but also
applies hostname system-wide without rebooting
• lime-proto-anygw: unique mac based on ap_ssid (using %N1, %N2)
• lime-proto-anygw: integrate better into /etc/config/dhcp instead of
/etc/dnsmasq.d/
• lime-proto-batadv: set batadv gw_mode=client by default to counteract
rogue DHCP servers
• lime-proto-bmx6: introduce bmx6_pref_gw option, adds priority (x10) to
a specific bmx6 gateway
• bmx6: doesn't flood log with some spurious warnings anymore (syslog=0)
• bmx6: sms plugin now enabled by default
• bmx6: daemon is now supervised by procd, so it is restarted in case of
crashes
• bmx6: doesn't "configSync" by default anymore (no more "uci pending
changes" because of auto-gw-mode)
• new bmx6hosts tool: maintain an /etc/hosts that resolves fd66: <->
hostnames.mesh
• safe-reboot: fix, use /overlay/upper instead of /overlay
• safe-reboot: add "discard" action
• ath9k: debugged some hangs (interface is deaf) and workaround it
• alfred: fix bat-hosts facter, check for errors and don't nuke
/etc/bat-hosts in case of failure
• various Makefile dependency problems fixed
pending for confirmation: (already done but waiting merge or testing)
• don't tag bmx6 packets over ethernet and so use at least mtu=1500
everywhere
• make 80211s work correctly
Show replies by date