Compare commits
16 commits
master
...
0.8.4.1-ff
Author | SHA1 | Date | |
---|---|---|---|
|
2f58d59dfd | ||
|
2a9efe03eb | ||
|
4ba875f5cd | ||
|
f427c1023a | ||
|
dbdde1f30a | ||
|
22fb01a84f | ||
|
a108efaf18 | ||
|
6afc2a9358 | ||
|
a8a7797831 | ||
|
19f81f9635 | ||
|
21842c39d0 | ||
|
ac9a0cd277 | ||
|
075459e28e | ||
|
374d91b8ea | ||
|
2ca0605cf4 | ||
|
7290bd7618 |
7 changed files with 44 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,4 @@
|
|||
*~
|
||||
/site.conf
|
||||
/site.mk
|
||||
/modules
|
||||
|
|
18
Makefile
Normal file
18
Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
all: check_site site.mk site.conf modules
|
||||
|
||||
.PHONY: check_site
|
||||
check_site:
|
||||
if test -z "${SITE}"; then echo Usage: make SITE=ffhh; exit 1; else true; fi
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -f site.mk site.conf modules
|
||||
|
||||
modules:
|
||||
cp sites/${SITE}/$@ $@
|
||||
|
||||
site.conf:
|
||||
cp sites/${SITE}/$@ $@
|
||||
|
||||
site.mk:
|
||||
cp sites/${SITE}/$@ $@
|
|
@ -3,6 +3,9 @@
|
|||
git clone https://github.com/freifunk-gluon/gluon.git # Get the official Gluon repository
|
||||
cd gluon
|
||||
git clone https://github.com/freifunkhamburg/site-ffhh.git site # Get the Freifunk Hamburg site repository
|
||||
cd site
|
||||
make SITE=ffhh
|
||||
cd ..
|
||||
make update # Get other repositories used by Gluon
|
||||
make # Build Gluon
|
||||
|
||||
|
@ -11,6 +14,11 @@ Please see [the official Gluon repository](https://github.com/freifunk-gluon/glu
|
|||
|
||||
#### Gluon versions used for specific Hamburg Freifunk Firmware builds
|
||||
|
||||
- 0.8.4.1: v2016.2.7 new package: ssid-changer
|
||||
- 0.8.4: v2016.2.7 (updated openwrt/package/network/services/dnsmasq/Makefile: PKG\_VERSION:=2.78 & PKG\_MD5SUM:=6d0241b72c79d2b510776ccc4ed69ca4)
|
||||
- 0.8.3: v2016.2.6 (ffhh-sued only)
|
||||
- 0.8.2: v2016.2.5
|
||||
- 0.8.1: v2016.2.4 (ffhh-sued only)
|
||||
- 0.8: v2016.1.4
|
||||
- 0.7.1: v2015.1.2
|
||||
- 0.7: v2015.1
|
||||
|
|
5
modules
5
modules
|
@ -1,5 +0,0 @@
|
|||
GLUON_SITE_FEEDS='ffhh_packages'
|
||||
|
||||
PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git
|
||||
PACKAGES_FFHH_PACKAGES_COMMIT=ef9fcc1222f74c3c045b1450537a4b8b80efb56c
|
||||
|
7
sites/ffhh/modules
Normal file
7
sites/ffhh/modules
Normal file
|
@ -0,0 +1,7 @@
|
|||
GLUON_SITE_FEEDS='ffhh_packages eulenfunk'
|
||||
|
||||
PACKAGES_FFHH_PACKAGES_REPO=git://github.com/freifunkhamburg/ffhh-packages.git
|
||||
PACKAGES_FFHH_PACKAGES_COMMIT=ef9fcc1222f74c3c045b1450537a4b8b80efb56c
|
||||
|
||||
PACKAGES_EULENFUNK_REPO=https://github.com/eulenfunk/packages.git
|
||||
PACKAGES_EULENFUNK_COMMIT=1951b97db14ca7b098db76cd6c64363a14de3903
|
|
@ -122,11 +122,13 @@
|
|||
mirrors = {'http://1.updates.services.ffhh/stable/sysupgrade','http://2.updates.services.ffhh/stable/sysupgrade'},
|
||||
good_signatures = 2,
|
||||
pubkeys = {
|
||||
'417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', -- baldo
|
||||
'ef73bc52b929fd11efce9a5c8f0b5463f1766bb995c8a0b3b6bcd7ba45b8b1e6', -- leo
|
||||
'3f0fc50d4e5c893f9f58f98874bd21080b93c28ff5e4d4946352cada1b4e6441', -- andre
|
||||
'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', -- gernot
|
||||
'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', -- bjoern
|
||||
'd9992853c0fe1a2e983cc222b6bd26e70d4fb2a53862ac099144e9e8142238d0', -- daniel
|
||||
'961495a04512e5ba1843fd3c216d8af6ef2fdb19f93055142803e2da26d670b9', -- alexander
|
||||
'ed6278f168f0382adf4f058cb9c31d8f1145abb968a8626045de7d6d87a0be40', -- olli
|
||||
},
|
||||
},
|
||||
beta = {
|
||||
|
@ -134,11 +136,13 @@
|
|||
mirrors = {'http://1.updates.services.ffhh/beta/sysupgrade','http://2.updates.services.ffhh/beta/sysupgrade'},
|
||||
good_signatures = 2,
|
||||
pubkeys = {
|
||||
'417ef22f886539ddbcffbad35e9f493195ca53e05f75bd8d8011a4999498b589', -- baldo
|
||||
'ef73bc52b929fd11efce9a5c8f0b5463f1766bb995c8a0b3b6bcd7ba45b8b1e6', -- leo
|
||||
'3f0fc50d4e5c893f9f58f98874bd21080b93c28ff5e4d4946352cada1b4e6441', -- andre
|
||||
'1d37eacbd70f72730b1f5aba246a6a8eab100e2d45dda0163d9ad827f70f88d4', -- gernot
|
||||
'bd5a70d4c3df30eaa860d615c0e0526b0dda5bc60c09c20972bce4ffa7512659', -- bjoern
|
||||
'd9992853c0fe1a2e983cc222b6bd26e70d4fb2a53862ac099144e9e8142238d0', -- daniel
|
||||
'961495a04512e5ba1843fd3c216d8af6ef2fdb19f93055142803e2da26d670b9', -- alexander
|
||||
'ed6278f168f0382adf4f058cb9c31d8f1145abb968a8626045de7d6d87a0be40', -- olli
|
||||
},
|
||||
},
|
||||
experimental = {
|
|
@ -20,13 +20,14 @@ GLUON_SITE_PACKAGES := \
|
|||
gluon-radvd \
|
||||
gluon-respondd \
|
||||
gluon-setup-mode \
|
||||
gluon-ssid-changer \
|
||||
gluon-status-page \
|
||||
iwinfo \
|
||||
iptables \
|
||||
haveged
|
||||
|
||||
|
||||
DEFAULT_GLUON_RELEASE := 0.8+exp$(shell date '+%Y%m%d')
|
||||
DEFAULT_GLUON_RELEASE := 0.8.4.1
|
||||
|
||||
# Allow overriding the release number from the command line
|
||||
GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
|
Loading…
Reference in a new issue