Skip to content

Commit

Permalink
[package] hostapd: fix ap/sta regression which got accidentally intro…
Browse files Browse the repository at this point in the history
…duced by r32829 (#11914)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33053 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed Aug 8, 2012
1 parent bc327ce commit afdf661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package/hostapd/Makefile
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=hostapd
PKG_VERSION:=20120428
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_REV:=1f0cc27eb98f7d1af9c64d0752238184cbdb9a24

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
Expand Down
2 changes: 2 additions & 0 deletions package/hostapd/files/wpa_supplicant.sh
Expand Up @@ -127,6 +127,8 @@ wpa_supplicant_setup_vif() {
local fixed_freq bssid1 beacon_interval brates mrate
config_get ifname "$vif" ifname
config_get bridge "$vif" bridge
config_get ssid "$vif" ssid
config_get bssid "$vif" bssid
bssid1=${bssid:+"bssid=$bssid"}
beacon_interval=${beacon_int:+"beacon_interval=$beacon_int"}

Expand Down

0 comments on commit afdf661

Please sign in to comment.