Compare commits

..

1 Commits

Author SHA1 Message Date
Thomas Hooge ed12c074a7 Neue Version für v2016.2.7 mit UGPS für GL-iNet 2017-12-30 18:24:53 +01:00
3 changed files with 9 additions and 5 deletions

6
README
View File

@ -1,5 +1,9 @@
Freifunk Community Pinneberg Freifunk Community Pinneberg
Site-Konfiguration "site-ffpi" Site-Konfiguration "site-ffpi"
Dieses ist der Stable-Branch. Dieses ist der Experimental-Branch.
Bitte nicht im Produktivbetrieb nutzen.
Es kann sich alles jederzeit unerwartet ändern.
Betrieb auf eigenes Risiko!

View File

@ -5,7 +5,7 @@
opkg = { opkg = {
openwrt = 'http://1.download.services.ffpi/openwrt/%n/%v/%S/packages', openwrt = 'http://1.download.services.ffpi/openwrt/%n/%v/%S/packages',
extra = { extra = {
modules = 'http://1.download.services.ffpi/stable/modules/gluon-%GS-%GR/%S', modules = 'http://1.download.services.ffpi/experimental/modules/gluon-%GS-%GR/%S',
}, },
}, },
prefix4 = '10.137.0.0/16', prefix4 = '10.137.0.0/16',
@ -90,7 +90,7 @@
} }
}, },
autoupdater = { autoupdater = {
branch = 'stable', branch = 'experimental',
branches = { branches = {
stable = { stable = {
name = 'stable', name = 'stable',

View File

@ -74,7 +74,7 @@ USB_PACKAGES_STORAGE := \
# ar71xx-generic # ar71xx-generic
GLUON_ARCHERC7_SITE_PACKAGES := $(USB_PACKAGES_BASIC) GLUON_ARCHERC7_SITE_PACKAGES := $(USB_PACKAGES_BASIC)
GLUON_GLINET_SITE_PACKAGES := $(USB_PACKAGES_BASIC) GLUON_GLINET_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(USB_PACKAGES_GPS)
GLUON_TLWDR4300_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(USB_PACKAGES_3G) GLUON_TLWDR4300_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(USB_PACKAGES_3G)
GLUON_TLWR1043_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(USB_PACKAGES_3G) GLUON_TLWR1043_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(USB_PACKAGES_3G)
GLUON_TLWR2543_SITE_PACKAGES := $(USB_PACKAGES_BASIC) GLUON_TLWR2543_SITE_PACKAGES := $(USB_PACKAGES_BASIC)
@ -103,7 +103,7 @@ GLUON_SITE_PACKAGES += \
$(USB_PACKAGES_STORAGE) $(USB_PACKAGES_STORAGE)
endif endif
DEFAULT_GLUON_RELEASE := 0.9 DEFAULT_GLUON_RELEASE := 0.9.1+exp$(shell date '+%Y%m%d')
# 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)