1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

hostapd: fix appending the iapp_interface variable to the config

Signed-off-by: Alexander Couzens <lynxis@c-base.org>

SVN-Revision: 24724
This commit is contained in:
Felix Fietkau 2010-12-19 11:56:49 +00:00
parent 6acfae9379
commit 58ed4ded0e

@ -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