projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: raeth: indicate dropped packets in stats
[openwrt.git]
/
package
/
iwinfo
/
Makefile
diff --git
a/package/iwinfo/Makefile
b/package/iwinfo/Makefile
index
a661139
..
4f6bc1d
100644
(file)
--- a/
package/iwinfo/Makefile
+++ b/
package/iwinfo/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2010-201
1
Jo-Philipp Wich <xm@subsignal.org>
+# Copyright (C) 2010-201
2
Jo-Philipp Wich <xm@subsignal.org>
#
# This is free software, licensed under the GPL 2 license.
#
#
# This is free software, licensed under the GPL 2 license.
#
@@
-7,9
+7,15
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
-PKG_RELEASE:=
18
+PKG_RELEASE:=
24
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
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
include $(INCLUDE_DIR)/package.mk
This page took
0.025359 seconds
and
4
git commands to generate.