projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2b8fbf
)
[backfire] crda: do not build for brcm-2.4 (#11874)
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 16 Jul 2012 17:17:27 +0000
(17:17 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 16 Jul 2012 17:17:27 +0000
(17:17 +0000)
SVN-Revision: 32751
package/crda/Makefile
patch
|
blob
|
history
diff --git
a/package/crda/Makefile
b/package/crda/Makefile
index f0170f5c174f90f38cbda63d1a13cac0fff65c4b..02813948c1b9d87cc7d84a472a224778eafe85cb 100644
(file)
--- a/
package/crda/Makefile
+++ b/
package/crda/Makefile
@@
-28,7
+28,7
@@
define Package/crda
SECTION:=net
CATEGORY:=Network
TITLE:=Central Regulatory Domain Agent (CRDA)
- DEPENDS:=+libnl-tiny
+ DEPENDS:=+libnl-tiny
@!LINUX_2_4
URL:=http://wireless.kernel.org/en/developers/Regulatory/CRDA
endef