projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm63xx] do not write to per-port over-current register, which is bogus (#6898)
[openwrt.git]
/
package
/
iw
/
Makefile
diff --git
a/package/iw/Makefile
b/package/iw/Makefile
index
debb90e
..
226e8ca
100644
(file)
--- a/
package/iw/Makefile
+++ b/
package/iw/Makefile
@@
-23,7
+23,7
@@
define Package/iw
CATEGORY:=Network
TITLE:=cfg80211 interface configuration utility
URL:=http://wireless.kernel.org/en/users/Documentation/iw
CATEGORY:=Network
TITLE:=cfg80211 interface configuration utility
URL:=http://wireless.kernel.org/en/users/Documentation/iw
- DEPENDS:=
@!TARGET_avr32 @!TARGET_etrax +libnl-tiny
+ DEPENDS:=
+libnl-tiny @(!(TARGET_avr32||TARGET_etrax)||BROKEN)
endef
define Build/Configure
endef
define Build/Configure
This page took
0.022901 seconds
and
4
git commands to generate.