Browse Source

Update site.conf to new format

change opkg_Redo to chaos calmer 15.05-rc3
Karsten Böddeker 8 years ago
parent
commit
139d262cff
1 changed files with 22 additions and 13 deletions
  1. 22 13
      site.conf

+ 22 - 13
site.conf

@@ -23,30 +23,39 @@
 	ntp_servers = {'ntp.services.ffpb'},
 
         -- OpenWRT Package Repository (IPv6 capable)
-	opkg_repo = 'http://bo.mirror.garr.it/pub/1/openwrt/barrier_breaker/14.07/%S/packages/',
+	opkg_repo = 'http://bo.mirror.garr.it/pub/1/openwrt/chaos_calmer/15.05-rc3/%S/packages/',
 
 	-- regulatory domain of your wifi
 	regdom = 'DE',
 
-	-- wifi settings (2.4 GHz and 5 GHz)
-	-- the most important thing to change is the SSID
-	-- of the client network (yourcity.freifunk.net) and
-	-- both(!) mesh_?ssid ad-hoc mesh network ids.
+	-- Wireless configuration for 2.4 GHz interfaces.
 	wifi24 = {
-		ssid = 'paderborn.freifunk.net',
 		channel = 1,
 		htmode = 'HT20',
-		mesh_ssid = '02:d1:11:13:87:ad',
-		mesh_bssid = '02:d1:11:13:87:ad',
-		mesh_mcast_rate = 12000,
+		ap = {
+			ssid = 'paderborn.freifunk.net',
+		},
+		
+		ibss = {
+			ssid = '02:d1:11:13:87:ad',
+			bssid = '02:d1:11:13:87:ad',
+			mcast_rate = 12000,
+		},
 	},
+	
+	-- Wireless configuration for 5 GHz interfaces.
 	wifi5 = {
-		ssid = 'paderborn.freifunk.net (5GHz)',
 		channel = 44,
 		htmode = 'HT40+',
-		mesh_ssid = '02:d1:11:13:87:ad',
-		mesh_bssid = '02:d1:11:13:87:ad',
-		mesh_mcast_rate = 12000,
+		ap = {
+			ssid = 'paderborn.freifunk.net (5GHz)',
+		},
+        
+        ibss = {
+            ssid = '02:d1:11:13:87:ad',
+            bssid = '02:d1:11:13:87:ad',
+            mcast_rate = 12000,
+        },
 	},
 
 	-- IP address of each router