Update opkg repo config syntax

This commit is contained in:
Franz Pletz
2015-11-06 03:50:16 +01:00
parent 73af020e8f
commit 4295ef317b
4 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,10 @@
hostname_prefix = '', hostname_prefix = '',
site_name = 'Freifunk München', site_name = 'Freifunk München',
site_code = 'ffmuc', site_code = 'ffmuc',
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
opkg = {
openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
},
prefix4 = '10.80.32.0/19', prefix4 = '10.80.32.0/19',
prefix6 = 'fdef:ffc0:4fff::/64', prefix6 = 'fdef:ffc0:4fff::/64',

View File

@@ -2,7 +2,10 @@
hostname_prefix = '', hostname_prefix = '',
site_name = 'Freifunk München Umland', site_name = 'Freifunk München Umland',
site_code = 'ffmuc_umland', site_code = 'ffmuc_umland',
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
opkg = {
openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
},
prefix4 = '10.80.96.0/19', prefix4 = '10.80.96.0/19',
prefix6 = 'fdef:ffc0:4fff:2::/64', prefix6 = 'fdef:ffc0:4fff:2::/64',

View File

@@ -2,7 +2,10 @@
hostname_prefix = 'welcome', hostname_prefix = 'welcome',
site_name = 'Freifunk München Welcome', site_name = 'Freifunk München Welcome',
site_code = 'ffmuc_welcome', site_code = 'ffmuc_welcome',
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
opkg = {
openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
},
prefix4 = '10.80.64.0/19', prefix4 = '10.80.64.0/19',
prefix6 = 'fdef:ffc0:4fff:1::/64', prefix6 = 'fdef:ffc0:4fff:1::/64',

View File

@@ -2,7 +2,10 @@
hostname_prefix = '', hostname_prefix = '',
site_name = 'Freifunk München', site_name = 'Freifunk München',
site_code = 'ffmuc', site_code = 'ffmuc',
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
opkg = {
openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
},
prefix4 = '10.80.32.0/19', prefix4 = '10.80.32.0/19',
prefix6 = 'fdef:ffc0:4fff::/64', prefix6 = 'fdef:ffc0:4fff::/64',