Pfade für opkg gefix, Version auf 0.9.2
parent
99b000e315
commit
a228b5f9ca
|
@ -11,6 +11,8 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
|
||||||
|
|
||||||
#### Gluon versions used for specific Helgoland Freifunk Firmware builds
|
#### Gluon versions used for specific Helgoland Freifunk Firmware builds
|
||||||
|
|
||||||
|
- 0.9.2: v2016.2.x latest commit
|
||||||
|
- 0.9.1: v2016.2.7
|
||||||
- 0.9: v2016.2.7 with batman_adv compat v15
|
- 0.9: v2016.2.7 with batman_adv compat v15
|
||||||
- 0.8.2: v2016.2.7 new keys for new infrastructure
|
- 0.8.2: v2016.2.7 new keys for new infrastructure
|
||||||
- 0.8.1: v2016.2.3
|
- 0.8.1: v2016.2.3
|
||||||
|
|
|
@ -4,9 +4,9 @@
|
||||||
site_code = 'helgo',
|
site_code = 'helgo',
|
||||||
|
|
||||||
opkg = {
|
opkg = {
|
||||||
openwrt = 'http://opkg.services.ffhh/%n/%v/%S/packages',
|
openwrt = 'http://opkg.services.helgo/%n/%v/%S/packages',
|
||||||
extra = {
|
extra = {
|
||||||
modules = 'http://updates.helgoland.freifunk.net/stable/archive/modules/gluon-%GS-%GR/%S',
|
modules = 'http://updates.helgoland.freifunk.net/stable/modules/gluon-%GS-%GR/%S',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
2
site.mk
2
site.mk
|
@ -27,7 +27,7 @@ GLUON_SITE_PACKAGES := \
|
||||||
iptables \
|
iptables \
|
||||||
haveged
|
haveged
|
||||||
|
|
||||||
DEFAULT_GLUON_RELEASE := 0.9.1
|
DEFAULT_GLUON_RELEASE := 0.9.2
|
||||||
|
|
||||||
# Allow overriding the release number from the command line
|
# Allow overriding the release number from the command line
|
||||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
||||||
|
|
Loading…
Reference in New Issue