diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-04-27 15:53:00 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-04-27 15:53:00 +0000 |
commit | 07f45e3a7d16b94f0ef2c5e7e04f111c408cdf8d (patch) | |
tree | 090bd23485a06b25d7416926be7177c9bf4b91e5 /package/mac80211/Makefile | |
parent | ef588da41619ad44fd9ba4daafc4ee02ba17d9a1 (diff) | |
download | upstream-07f45e3a7d16b94f0ef2c5e7e04f111c408cdf8d.tar.gz upstream-07f45e3a7d16b94f0ef2c5e7e04f111c408cdf8d.tar.bz2 upstream-07f45e3a7d16b94f0ef2c5e7e04f111c408cdf8d.zip |
introduce a generic PKG_CONFIG_DEPENDS for packages that need to be reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index a2a92f7d77..7ab65f5c69 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -28,8 +28,10 @@ endif PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION) +PKG_CONFIG_DEPENDS:= \ + CONFIG_PACKAGE_kmod-mac80211 \ + include $(INCLUDE_DIR)/package.mk -STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(call confvar,CONFIG_PACKAGE_kmod-mac80211) WMENU:=Wireless Drivers |