summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-08-10 15:49:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-08-10 15:49:52 +0000
commit0778290e26ddfe0450b2242157d2b8ec1f99c770 (patch)
tree0b4341a8034afb79d216a4aa90e541ff732a0aee
parent166de52b8fa5851ffc0b7c6d384b6abe472cf403 (diff)
downloadmaster-31e0f0ae-0778290e26ddfe0450b2242157d2b8ec1f99c770.tar.gz
master-31e0f0ae-0778290e26ddfe0450b2242157d2b8ec1f99c770.tar.bz2
master-31e0f0ae-0778290e26ddfe0450b2242157d2b8ec1f99c770.zip
add missing dependency
SVN-Revision: 12270
-rw-r--r--package/wpa_supplicant/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile
index a551c14e95..41b9b12396 100644
--- a/package/wpa_supplicant/Makefile
+++ b/package/wpa_supplicant/Makefile
@@ -16,6 +16,8 @@ PKG_MD5SUM:=b51b2975f21006f85f7297f3fb1acde1
PKG_SOURCE_URL:=http://hostap.epitest.fi/releases
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
+PKG_BUILD_DEPENDS:=madwifi
+
include $(INCLUDE_DIR)/package.mk
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_kmod-madwifi CONFIG_WPA_SUPPLICANT_NO_TIMESTAMP_CHECK)