diff options
Diffstat (limited to 'contrib/package/meshwizard')
-rw-r--r-- | contrib/package/meshwizard/Makefile | 2 | ||||
-rwxr-xr-x | contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/package/meshwizard/Makefile b/contrib/package/meshwizard/Makefile index a9c1183d2..669f1909c 100644 --- a/contrib/package/meshwizard/Makefile +++ b/contrib/package/meshwizard/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=meshwizard -PKG_RELEASE:=0.0.12 +PKG_RELEASE:=0.0.13 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh index 34bd0cbb0..c8d0587c5 100755 --- a/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/helpers/setup_wifi.sh @@ -95,7 +95,7 @@ if [ "$supports_vap" == "1" -a "$vap" == 1 ]; then set wireless.$net\_iface_dhcp.mode="ap" set wireless.$net\_iface_dhcp.encryption="none" set wireless.$net\_iface_dhcp.network="${netrenamed}dhcp" - set wireless.$net\_iface_dhcp.ssid="FF-AP-$ip4addr" + set wireless.$net\_iface_dhcp.ssid="Freifunk-$ip4addr" EOF uci_commitverbose "Setup VAP interface for $netrenamed" wireless fi |