forked from remote/site-ffmuc
Merge branch 'experimental'
This commit is contained in:
12
Makefile
12
Makefile
@@ -42,15 +42,15 @@ build: gluon-prepare
|
||||
|
||||
manifest: build
|
||||
${GLUON_MAKE} manifest
|
||||
mv ${GLUON_BUILD_DIR}/images .
|
||||
mv ${GLUON_BUILD_DIR}/output .
|
||||
|
||||
sign: manifest
|
||||
${GLUON_BUILD_DIR}/contrib/sign.sh ${SECRET_KEY_FILE} images/sysupgrade/${GLUON_BRANCH}.manifest
|
||||
${GLUON_BUILD_DIR}/contrib/sign.sh ${SECRET_KEY_FILE} output/images/sysupgrade/${GLUON_BRANCH}.manifest
|
||||
|
||||
${GLUON_BUILD_DIR}:
|
||||
git clone ${GLUON_GIT_URL} ${GLUON_BUILD_DIR}
|
||||
|
||||
gluon-prepare: images-clean ${GLUON_BUILD_DIR}
|
||||
gluon-prepare: output-clean ${GLUON_BUILD_DIR}
|
||||
(cd ${GLUON_BUILD_DIR} \
|
||||
&& git remote set-url origin ${GLUON_GIT_URL} \
|
||||
&& git fetch origin \
|
||||
@@ -61,7 +61,7 @@ gluon-prepare: images-clean ${GLUON_BUILD_DIR}
|
||||
gluon-clean:
|
||||
rm -rf ${GLUON_BUILD_DIR}
|
||||
|
||||
images-clean:
|
||||
rm -rf images
|
||||
output-clean:
|
||||
rm -rf output
|
||||
|
||||
clean: gluon-clean images-clean
|
||||
clean: gluon-clean output-clean
|
||||
|
||||
38
site.conf
38
site.conf
@@ -15,21 +15,43 @@
|
||||
regdom = 'DE',
|
||||
|
||||
wifi24 = {
|
||||
ssid = 'muenchen.freifunk.net',
|
||||
channel = 6,
|
||||
htmode = 'HT20',
|
||||
mesh_ssid = 'mesh.ffmuc',
|
||||
mesh_bssid = '02:0E:8E:1E:61:17',
|
||||
mesh_mcast_rate = 12000,
|
||||
ap = {
|
||||
ssid = 'muenchen.freifunk.net',
|
||||
},
|
||||
mesh = {
|
||||
id = 'ffmuc-mesh',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
ibss = {
|
||||
ssid = 'mesh.ffmuc',
|
||||
bssid = '02:0E:8E:1E:61:17',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
},
|
||||
|
||||
wifi5 = {
|
||||
ssid = 'muenchen.freifunk.net',
|
||||
channel = 44,
|
||||
htmode = 'HT40+',
|
||||
mesh_ssid = 'mesh.ffmuc',
|
||||
mesh_bssid = '02:0E:8E:1E:61:17',
|
||||
mesh_mcast_rate = 12000,
|
||||
ap = {
|
||||
ssid = 'muenchen.freifunk.net',
|
||||
},
|
||||
mesh = {
|
||||
id = 'ffmuc-mesh',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
ibss = {
|
||||
ssid = 'mesh.ffmuc',
|
||||
bssid = '02:0E:8E:1E:61:17',
|
||||
mcast_rate = 12000,
|
||||
},
|
||||
},
|
||||
|
||||
mesh = {
|
||||
batman_adv = {
|
||||
gw_sel_class = 3,
|
||||
},
|
||||
},
|
||||
|
||||
next_node = {
|
||||
|
||||
Reference in New Issue
Block a user