[8.09] [package] wpa_supplicant: add conditional build dependency on madwifi
authorNicolas Thill <nico@openwrt.org>
Sun, 17 May 2009 01:43:57 +0000 (01:43 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 17 May 2009 01:43:57 +0000 (01:43 +0000)
SVN-Revision: 15885

package/wpa_supplicant/Makefile

index 56a80039e6788c68a8509eec028614cf12e5dd9f..f0d86aafc614fce70d7a029fa255ffee83088792 100644 (file)
@@ -16,7 +16,7 @@ PKG_MD5SUM:=b51b2975f21006f85f7297f3fb1acde1
 PKG_SOURCE_URL:=http://hostap.epitest.fi/releases
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 
-PKG_BUILD_DEPENDS:=madwifi
+PKG_BUILD_DEPENDS:=PACKAGE_kmod-madwifi:madwifi
 
 include $(INCLUDE_DIR)/package.mk
 STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_kmod-madwifi CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK)