From: Manuel Munz Date: Mon, 19 Aug 2013 16:15:28 +0000 (+0000) Subject: contrib/meshwizard: Use Freifunk instead of FF-AP as prefix for the VAP interface X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=2563af0005a4963d7baf82247e6aac77f334def5 contrib/meshwizard: Use Freifunk instead of FF-AP as prefix for the VAP interface --- 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