aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-16 03:47:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-16 03:47:11 +0000
commit225fca6d01d533ca038332174779ebda4f410309 (patch)
treed494e420f1ec1f408b4c67f6e86b64a3785d9f93 /package
parentaf08c528d095f6ba6c4c0941f8b076d5976cfddd (diff)
downloadmaster-187ad058-225fca6d01d533ca038332174779ebda4f410309.tar.gz
master-187ad058-225fca6d01d533ca038332174779ebda4f410309.tar.bz2
master-187ad058-225fca6d01d533ca038332174779ebda4f410309.zip
fix config change detect for hostapd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/hostapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile
index 322f881781..31ef18d8be 100644
--- a/package/hostapd/Makefile
+++ b/package/hostapd/Makefile
@@ -20,7 +20,7 @@ PKG_SOURCE_VERSION:=$(PKG_REV)
PKG_BUILD_DEPENDS:=madwifi mac80211
include $(INCLUDE_DIR)/package.mk
-STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,PACKAGE_kmod-mac80211 PACKAGE_kmod-madwifi)
+$(eval $(call confvar,STAMP_CONFIGURED,CONFIG_PACKAGE_kmod-mac80211 CONFIG_PACKAGE_kmod-madwifi))
define Package/hostapd/Default
SECTION:=net