projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166de52
)
add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Aug 2008 15:49:52 +0000
(15:49 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 10 Aug 2008 15:49:52 +0000
(15:49 +0000)
SVN-Revision: 12270
package/wpa_supplicant/Makefile
patch
|
blob
|
history
diff --git
a/package/wpa_supplicant/Makefile
b/package/wpa_supplicant/Makefile
index a551c14e953201690d9e7a4b5cc81e55f670988a..41b9b12396e5d7d6b9387de75c2bf35ea96151d1 100644
(file)
--- 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)