diff --git a/modules b/modules index 0d7be5e..bf16f22 100644 --- a/modules +++ b/modules @@ -2,4 +2,4 @@ GLUON_SITE_FEEDS='ffhb' PACKAGES_FFHB_REPO=git://github.com/FreifunkBremen/ffhb-packages.git PACKAGES_FFHB_BRANCH=develop -PACKAGES_FFHB_COMMIT=a9bd109d5eb86636b7b8750aecdfcaf9757920a6 +PACKAGES_FFHB_COMMIT=2efc6fced03e687700c71ce8c067b78a25e4c308 diff --git a/site.conf b/site.conf index a0d0941..6c42684 100755 --- a/site.conf +++ b/site.conf @@ -14,8 +14,8 @@ mesh_on_lan = true, -- breminale spezifisch poe_passthrough = true, - prefix4 = '10.43.0.0/16', - prefix6 = '2a00:C380:DEAD:7337::/64', + prefix4 = '10.42.0.0/16', + prefix6 = '2a00:C380:DEAD:1337::/64', timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin ntp_servers = { @@ -57,8 +57,8 @@ next_node = { name = 'node.ffhb.de', - ip4 = '10.43.0.127', - ip6 = '2a00:C380:DEAD:7337::127', + ip4 = '10.42.0.127', + ip6 = '2a00:C380:DEAD:1337::127', mac = '16:41:95:40:f7:dc', }, diff --git a/site.mk b/site.mk index b9fe773..fc9797d 100755 --- a/site.mk +++ b/site.mk @@ -2,7 +2,6 @@ GLUON_SITE_PACKAGES := \ gluon-mesh-batman-adv-14 \ gluon-respondd \ respondd-module-airtime \ - respondd-module-wifisettings \ gluon-respondd-lldp \ gluon-ebtables-filter-multicast \ gluon-ebtables-filter-ra-dhcp \