From 965158cb645b3332c13ed15e0a43c7cbedfc44b4 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sun, 16 Nov 2014 02:48:55 +0100 Subject: [PATCH 1/4] Make all in gluon build dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbcc478..dfd2a72 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ all: build build: gluon-prepare echo '${GLUON_RELEASE} (${GLUON_BRANCH})' ${GLUON_MAKE} update - ${GLUON_MAKE} images + ${GLUON_MAKE} manifest: gluon-prepare ${GLUON_MAKE} manifest From 22069a7771b2ba0ddd3b5b0a30dcbaa3722022c5 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sun, 16 Nov 2014 03:32:52 +0100 Subject: [PATCH 2/4] Add temporary IPv6 capable OpenWRT opkg repository --- site.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/site.conf b/site.conf index 5475b2b..371fdd6 100644 --- a/site.conf +++ b/site.conf @@ -58,6 +58,7 @@ hostname_prefix = 'freifunk', site_name = 'Freifunk München', site_code = 'ffm', + opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages', --[[ General network settings From 48f1801cb9766024f95b5c393cf11b72ffe26748 Mon Sep 17 00:00:00 2001 From: amperpirat Date: Tue, 18 Nov 2014 20:21:25 +0100 Subject: [PATCH 3/4] Update site.conf --- site.conf | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/site.conf b/site.conf index 371fdd6..5db8476 100644 --- a/site.conf +++ b/site.conf @@ -11,6 +11,11 @@ - changed gateways ips to domain-names - changed msg_pub_key to automate entering the node-data to our key-form (01.11.2014) - changed mesh-SSID from 02:0E:8E:1E:61:17 to mesh.ffm + - added ntp_servers '2.ntp.services.ffm','3.ntp.services.ffm','4.ntp.services.ffm' (18.11.2014) + - changed site_code back to ffmuc (instead of ffm) (18.11.2014) + - changed hostname_prefix to NULL (18.11.2014) + - changed mesh_ssid to mesh.ffmuc + - added public key from fpletz Changelog: 0.6~stable20141018 18.10.2014 Ole @@ -55,9 +60,9 @@ site_code: Shortcode of your community ]] - hostname_prefix = 'freifunk', + hostname_prefix = '', site_name = 'Freifunk München', - site_code = 'ffm', + site_code = 'ffmuc', opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages', @@ -78,7 +83,7 @@ http://www.pool.ntp.org/zone/de ]] timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', - ntp_servers = {'1.ntp.services.ffm'}, + ntp_servers = {'1.ntp.services.ffm','2.ntp.services.ffm','3.ntp.services.ffm','4.ntp.services.ffm'}, --[[ Wireless settings regdom: IEEE 802.11 Regulatory Domain @@ -104,7 +109,7 @@ ssid = 'muenchen.freifunk.net', channel = 1, htmode = 'HT40+', - mesh_ssid = 'mesh.ffm', + mesh_ssid = 'mesh.ffmuc', mesh_bssid = '02:0E:8E:1E:61:17', --[[ from https://muenchen.freifunk.net/wiki/Knoten#B.A.T.M.A.N._Advanced ]] mesh_mcast_rate = 12000, }, @@ -113,7 +118,7 @@ ssid = 'muenchen.freifunk.net', channel = 44, htmode = 'HT40+', - mesh_ssid = 'mesh.ffm', + mesh_ssid = 'mesh.ffmuc', mesh_bssid = '02:0E:8E:1E:61:17', mesh_mcast_rate = 12000, }, From 1be0e3bc734d490e1df36ce9b22630c3295d5b16 Mon Sep 17 00:00:00 2001 From: amperpirat Date: Sat, 29 Nov 2014 17:55:10 +0100 Subject: [PATCH 4/4] changed to version snapshot~20141119 --- site.conf | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/site.conf b/site.conf index 5db8476..9f0ff70 100644 --- a/site.conf +++ b/site.conf @@ -1,23 +1,28 @@ --[[ ****** Gluon site.conf ****** - Current version: 0.6~stable20141018 + Current version: snapshot~20141119 Branch: stable Author: Ole - Datum: 18.10.2014 + Datum: 19.11.2014 recent bugfixes/changes for next generation firmware (to-be-enrolled shortly) - - fixed ipv4-prefix to /16 netmask (04.11.2014) - - changed gateways ips to domain-names - - changed msg_pub_key to automate entering the node-data to our key-form (01.11.2014) - - changed mesh-SSID from 02:0E:8E:1E:61:17 to mesh.ffm - - added ntp_servers '2.ntp.services.ffm','3.ntp.services.ffm','4.ntp.services.ffm' (18.11.2014) - - changed site_code back to ffmuc (instead of ffm) (18.11.2014) - - changed hostname_prefix to NULL (18.11.2014) - - changed mesh_ssid to mesh.ffmuc - - added public key from fpletz + + Changelog: + + snapshot~20141119 19.11.2014 Ole + - fixed ipv4-prefix to /16 netmask (04.11.2014) + - changed gateways ips to domain-names + - changed msg_pub_key to automate entering the node-data to our key-form (01.11.2014) + - changed mesh-SSID from 02:0E:8E:1E:61:17 to mesh.ffm + - added ntp_servers '2.ntp.services.ffm','3.ntp.services.ffm','4.ntp.services.ffm' (18.11.2014) + - changed site_code back to ffmuc (instead of ffm) (18.11.2014) + - changed hostname_prefix to NULL (18.11.2014) + - changed mesh_ssid to mesh.ffmuc + - added public key from fpletz + 0.6~stable20141018 18.10.2014 Ole - changed ip address for gw02