Compare commits
5 Commits
experiment
...
master
Author | SHA1 | Date |
---|---|---|
Thomas Hooge | e35d11bae1 | |
Thomas Hooge | 1abd153327 | |
Thomas Hooge | 66523e673d | |
Thomas Hooge | c36ee7fc50 | |
Thomas Hooge | f4af7be190 |
6
README
6
README
|
@ -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!
|
||||
|
|
|
@ -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',
|
||||
|
|
4
site.mk
4
site.mk
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue