diff --git a/package/network/services/hostapd/Makefile b/package/network/services/hostapd/Makefile
index d4e3115bf7cb1383c57d3fa8fd24648fb8075625..1deab4405833be72b85513969eedde223543619c 100644
--- a/package/network/services/hostapd/Makefile
+++ b/package/network/services/hostapd/Makefile
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hostapd
-PKG_RELEASE:=6
+PKG_RELEASE:=7
 
 PKG_SOURCE_URL:=http://w1.fi/hostap.git
 PKG_SOURCE_PROTO:=git
diff --git a/package/network/services/hostapd/files/hostapd.hotplug b/package/network/services/hostapd/files/hostapd.hotplug
index c319d42c1a6e17154b11af804fb0ba6767abace0..2c936fde7515cfdbb64de336df25643186e0fe29 100644
--- a/package/network/services/hostapd/files/hostapd.hotplug
+++ b/package/network/services/hostapd/files/hostapd.hotplug
@@ -21,7 +21,7 @@ service_data() {
 
 procd_open_service hostapd
 
-for phy in phy*; do
+for phy in *; do
 	[ -d "$phy" ] || continue
 
 	mkdir -p /var/run/wpa_supplicant-$phy /var/run/hostapd-$phy