Skip to content

Commit

Permalink
Stabile Version 0.9 basierend auf Gluon 2016.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thooge committed Jul 27, 2017
1 parent b601225 commit c2a2c39
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,18 @@ Unter Debian ist das beispielsweise:

### Firmware bauen
make update
make -j10 GLUON_TARGET=ar71xx-generic
make -j10 GLUON_TARGET=ar71xx-generic GLUON_BRANCH=stable

Über den Parameter **j** passt man die anzahl der Threads an. Es empfiehlt sich hier so viele anzugeben wie die CPU Kerne hat.
Über **GLUON_TARGET** definiert man die Zielplattform, möglich Angaben sind derzeit:

* ar71xx-generic - Fast alle Router
* mpc85xx-generic - TLWDR4900
* ar71xx-nand - WNDR4300
* brcm2708-bcm2708 - Raspberry 1
* brcm2708-bcm2709 - Raspberry 2
* x86-generic - Klassischer PC (32bit)
* x86-64 - Klassischer PC (64bit)
* x86-kvm_guest - Viretuelle Maschienen

Die Angabe von **GLUON_BRANCH** bewirkt, daß der Autoupdater aktiviert wird.
4 changes: 2 additions & 2 deletions i18n/de.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: FFPI 1.0\n"
"PO-Revision-Date: 2016-10-20 19:18+0100\n"
"Project-Id-Version: FFPI 1.2\n"
"PO-Revision-Date: 2017-07-23 11:06+0100\n"
"Last-Translator: Thomas Hooge <thomas@hoogi.de>\n"
"Language-Team: German\n"
"Language: de\n"
Expand Down
4 changes: 2 additions & 2 deletions i18n/en.po
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Project-Id-Version: FFPI 1.0\n"
"PO-Revision-Date: 2016-10-20 19:18+0100\n"
"Project-Id-Version: FFPI 1.2\n"
"PO-Revision-Date: 2017-07-23 11:06+0100\n"
"Last-Translator: Thomas Hooge <thomas@hoogi.de>\n"
"Language-Team: English\n"
"Language: en\n"
Expand Down
4 changes: 2 additions & 2 deletions site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -90,7 +90,7 @@
}
},
autoupdater = {
branch = 'experimental',
branch = 'stable',
branches = {
stable = {
name = 'stable',
Expand Down
2 changes: 1 addition & 1 deletion site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ GLUON_SITE_PACKAGES += \
$(USB_PACKAGES_STORAGE)
endif

DEFAULT_GLUON_RELEASE := 0.9+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)
Expand Down

0 comments on commit c2a2c39

Please sign in to comment.