From: nbd Date: Fri, 30 Jan 2009 02:52:14 +0000 (+0000) Subject: fix hostapd startup for no-crypto configurations X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=7eba7887af414b5e670449ee52296b2150ba29f9 fix hostapd startup for no-crypto configurations git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14276 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/hostapd/files/hostapd.sh b/package/hostapd/files/hostapd.sh index 1ce62fd76..a2f2d6fd1 100644 --- a/package/hostapd/files/hostapd.sh +++ b/package/hostapd/files/hostapd.sh @@ -67,6 +67,7 @@ hostapd_setup_vif() { ;; *) wpa=0 + crypto= ;; esac config_get ifname "$vif" ifname @@ -94,7 +95,7 @@ ${bridge:+bridge=$bridge} ssid=$ssid debug=0 wpa=$wpa -wpa_pairwise=$crypto +${crypto:+wpa_pairwise=$crypto} $hostapd_cfg EOF hostapd -P /var/run/wifi-$ifname.pid -B /var/run/hostapd-$ifname.conf