Compare commits

..

5 Commits

3 changed files with 5 additions and 9 deletions

6
README
View File

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

View File

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

View File

@ -74,7 +74,7 @@ USB_PACKAGES_STORAGE := \
# ar71xx-generic
GLUON_ARCHERC7_SITE_PACKAGES := $(USB_PACKAGES_BASIC)
GLUON_GLINET_SITE_PACKAGES := $(USB_PACKAGES_BASIC) $(USB_PACKAGES_GPS)
GLUON_GLINET_SITE_PACKAGES := $(USB_PACKAGES_BASIC)
GLUON_TLWDR4300_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)
@ -103,7 +103,7 @@ GLUON_SITE_PACKAGES += \
$(USB_PACKAGES_STORAGE)
endif
DEFAULT_GLUON_RELEASE := 0.9.1+exp$(shell date '+%Y%m%d')
DEFAULT_GLUON_RELEASE := 0.9
# Allow overriding the release number from the command line
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)