Adjust to new opkg configuration
This commit is contained in:
parent
3f3fff7964
commit
a25600e39e
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,13 @@
|
||||||
hostname_prefix = 'freifunk',
|
hostname_prefix = 'freifunk',
|
||||||
site_name = 'Freifunk Lübeck',
|
site_name = 'Freifunk Lübeck',
|
||||||
site_code = 'ffhl',
|
site_code = 'ffhl',
|
||||||
opkg_repo = 'http://openwrt.draic.info/%n/%v/%S/packages',
|
|
||||||
|
opkg = {
|
||||||
|
openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
|
||||||
|
extra = {
|
||||||
|
modules = 'http://opkg.services.ffhl/modules/gluon-%GS-%GR/%S',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
prefix4 = '10.130.0.0/20',
|
prefix4 = '10.130.0.0/20',
|
||||||
prefix6 = 'fdef:ffc0:3dd7::/64',
|
prefix6 = 'fdef:ffc0:3dd7::/64',
|
||||||
|
|
Loading…
Reference in a new issue