Adjustments f/ new Openwrt

This commit is contained in:
Bastian 2022-03-30 11:10:23 +00:00
parent 0a8cb606ea
commit 86e0bd8b0b
2 changed files with 11 additions and 10 deletions

View File

@ -6,27 +6,27 @@ SECRET_KEY_FILE ?= ${HOME}/.gluon-secret-key
GLUON_TARGETS ?= \ GLUON_TARGETS ?= \
x86-generic \
ar71xx-generic \
ar71xx-tiny \
ar71xx-nand \
ath79-generic \ ath79-generic \
brcm2708-bcm2708 \ ath79-nand \
brcm2708-bcm2709 \ bcm27xx-bcm2708 \
bcm27xx-bcm2709 \
ipq40xx-generic \
ipq806x-generic \ ipq806x-generic \
lantiq-xrx200 \ lantiq-xrx200 \
lantiq-xway \ lantiq-xway \
mpc85xx-generic \ mediatek-mt7622 \
mpc85xx-p1010 \
mpc85xx-p1020 \ mpc85xx-p1020 \
ramips-mt7620 \ ramips-mt7620 \
ramips-mt7621 \ ramips-mt7621 \
ramips-mt76x8 \ ramips-mt76x8 \
ramips-rt305x \ rockchip-armv8 \
ipq40xx-generic \
sunxi-cortexa7 \ sunxi-cortexa7 \
x86-64 \
x86-generic \ x86-generic \
x86-geode \ x86-geode \
x86-legacy \
x86-64 \
GLUON_RELEASE := $(shell git describe --tags 2>/dev/null) GLUON_RELEASE := $(shell git describe --tags 2>/dev/null)

View File

@ -53,6 +53,7 @@
config_mode = { config_mode = {
geo_location = { geo_location = {
show_altitude = false,
osm = { osm = {
center = { center = {
lat = 49.01384173771134, lat = 49.01384173771134,