aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-12-19 11:56:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-12-19 11:56:49 +0000
commite1225a7328a6356e9fbfa9d3ccc5b54e1ebc7eb4 (patch)
treeb0ce92f3383790f032a200bf80feeb2ff654c6fa /package/hostapd
parent474f13fbc8581c4c171f5519fa0d18a7e9a0a98d (diff)
downloadupstream-e1225a7328a6356e9fbfa9d3ccc5b54e1ebc7eb4.tar.gz
upstream-e1225a7328a6356e9fbfa9d3ccc5b54e1ebc7eb4.tar.bz2
upstream-e1225a7328a6356e9fbfa9d3ccc5b54e1ebc7eb4.zip
hostapd: fix appending the iapp_interface variable to the config
Signed-off-by: Alexander Couzens <lynxis@c-base.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd')
-rw-r--r--package/hostapd/files/hostapd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh
index 39f98f2c43..7d110dbf6d 100644
--- a/package/hostapd/files/hostapd.sh
+++ b/package/hostapd/files/hostapd.sh
@@ -137,7 +137,7 @@ hostapd_set_bss_options() {
append "$var" "ssid=$ssid" "$N"
[ -n "$bridge" ] && append "$var" "bridge=$bridge" "$N"
[ -n "$ieee80211d" ] && append "$var" "ieee80211d=$ieee80211d" "$N"
- [ -n "$iapp_interface" ] && append "$var" $(uci_get_state network "$iapp_interface" ifname "$iapp_interface") "$N"
+ [ -n "$iapp_interface" ] && append "$var" iapp_interface=$(uci_get_state network "$iapp_interface" ifname "$iapp_interface") "$N"
if [ "$wpa" -ge "2" ]
then