summaryrefslogtreecommitdiffstats
path: root/package/iwinfo/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-01-01 16:17:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-01-01 16:17:10 +0000
commit0baa69dddabc768ec7053d0d920cf1e5adb8d22e (patch)
tree716e28f4e68780167f76b2d4ebb19abc8f9b8f6c /package/iwinfo/Makefile
parentd22adb1b064eef2ee878f357e99589e30437ff31 (diff)
downloadmaster-31e0f0ae-0baa69dddabc768ec7053d0d920cf1e5adb8d22e.tar.gz
master-31e0f0ae-0baa69dddabc768ec7053d0d920cf1e5adb8d22e.tar.bz2
master-31e0f0ae-0baa69dddabc768ec7053d0d920cf1e5adb8d22e.zip
iwinfo: factor txpower offset into info display output, recompile if driver selection changes
SVN-Revision: 29634
Diffstat (limited to 'package/iwinfo/Makefile')
-rw-r--r--package/iwinfo/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/iwinfo/Makefile b/package/iwinfo/Makefile
index f69b86e8f7..55a0889604 100644
--- a/package/iwinfo/Makefile
+++ b/package/iwinfo/Makefile
@@ -7,9 +7,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
-PKG_RELEASE:=21
+PKG_RELEASE:=22
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
+PKG_CONFIG_DEPENDS := \
+ CONFIG_PACKAGE_kmod-brcm-wl \
+ CONFIG_PACKAGE_kmod-brcm-wl-mini \
+ CONFIG_PACKAGE_kmod-brcm-wl-mimo \
+ CONFIG_PACKAGE_kmod-madwifi \
+ CONFIG_PACKAGE_kmod-mac80211
include $(INCLUDE_DIR)/package.mk