diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-10 15:49:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-10 15:49:52 +0000 |
commit | 0778290e26ddfe0450b2242157d2b8ec1f99c770 (patch) | |
tree | 0b4341a8034afb79d216a4aa90e541ff732a0aee /package/wpa_supplicant/Makefile | |
parent | 166de52b8fa5851ffc0b7c6d384b6abe472cf403 (diff) | |
download | mtk-20170518-0778290e26ddfe0450b2242157d2b8ec1f99c770.zip mtk-20170518-0778290e26ddfe0450b2242157d2b8ec1f99c770.tar.gz mtk-20170518-0778290e26ddfe0450b2242157d2b8ec1f99c770.tar.bz2 |
add missing dependency
SVN-Revision: 12270
Diffstat (limited to 'package/wpa_supplicant/Makefile')
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index a551c14..41b9b12 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) |