diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-10-01 21:26:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-10-01 21:26:19 +0000 |
commit | 3eeaccee0305164ecb9a9ddba391ad9538fcaa68 (patch) | |
tree | 75fdd57d9c5cc5a021ec017a762801c997ca6154 /package/hostapd/Makefile | |
parent | f620c1dbd65d8b3da2cb5b0f80d9b0d0a993e546 (diff) | |
download | upstream-3eeaccee0305164ecb9a9ddba391ad9538fcaa68.tar.gz upstream-3eeaccee0305164ecb9a9ddba391ad9538fcaa68.tar.bz2 upstream-3eeaccee0305164ecb9a9ddba391ad9538fcaa68.zip |
implement conditional dependencies for menuconfig and build deps
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12820 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/Makefile')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index e9d8a5c2cc..8f8af96b1e 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -17,7 +17,7 @@ PKG_SOURCE_URL:=http://hostap.epitest.fi/releases/ PKG_SOURCE_SUBDIR:=hostapd-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) PKG_MD5SUM:=62876f2179f316db0621cc33adf04c19 -PKG_BUILD_DEPENDS:=madwifi mac80211 libnl openssl +PKG_BUILD_DEPENDS:=PACKAGE_kmod-madwifi:madwifi PACKAGE_kmod-mac80211:mac80211 PACKAGE_kmod-mac80211:libnl include $(INCLUDE_DIR)/package.mk STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_kmod-mac80211 CONFIG_PACKAGE_kmod-madwifi CONFIG_PACKAGE_hostapd CONFIG_PACKAGE_hostapd-mini) @@ -33,7 +33,7 @@ endef define Package/hostapd $(call Package/hostapd/Default) TITLE+= (full) - DEPENDS+= +libopenssl + DEPENDS+= +PACKAGE_hostapd:libopenssl endef #define Package/hostapd/conffiles |