diff options
author | Manuel Munz <freifunk@somakoma.de> | 2013-08-19 16:15:28 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2013-08-19 16:15:28 +0000 |
commit | 2563af0005a4963d7baf82247e6aac77f334def5 (patch) | |
tree | be610421b8cc1eafe099a33cd3b0a48b08b4eb2c /contrib/package/meshwizard | |
parent | a7c1b0e602cba3403c3b865005d3c7a863f8b55b (diff) |
contrib/meshwizard: Use Freifunk instead of FF-AP as prefix for the VAP interface
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 |