projects
/
openwrt
/
staging
/
luka.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35539f9
)
crda: remove superfluous dependency
author
Hamish Guthrie
<hcg@openwrt.org>
Wed, 7 Jul 2010 13:51:18 +0000
(13:51 +0000)
committer
Hamish Guthrie
<hcg@openwrt.org>
Wed, 7 Jul 2010 13:51:18 +0000
(13:51 +0000)
SVN-Revision: 22087
package/crda/Makefile
patch
|
blob
|
history
diff --git
a/package/crda/Makefile
b/package/crda/Makefile
index a9a216151d4d2fffb9ec5d9199c63a24a1799a5d..7036dcfd6fd0bdf1f49ed85d5221fc8346e08ea8 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:=+
hotplug2 +
kmod-mac80211 +libnl-tiny
+ DEPENDS:=+kmod-mac80211 +libnl-tiny
URL:=http://wireless.kernel.org/en/developers/Regulatory/CRDA
endef