aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorHamish Guthrie <hcg@openwrt.org>2010-07-07 13:51:18 +0000
committerHamish Guthrie <hcg@openwrt.org>2010-07-07 13:51:18 +0000
commit29ac8cfbf72d7160ad01177497a6f517bd3100f8 (patch)
treee7add4d45ba3ab8fa17d5fa48d0cfdc622bbe7eb /package
parent35539f9709155419d07478b70d5c9634ed720055 (diff)
downloadupstream-29ac8cfbf72d7160ad01177497a6f517bd3100f8.tar.gz
upstream-29ac8cfbf72d7160ad01177497a6f517bd3100f8.tar.bz2
upstream-29ac8cfbf72d7160ad01177497a6f517bd3100f8.zip
crda: remove superfluous dependency
SVN-Revision: 22087
Diffstat (limited to 'package')
-rw-r--r--package/crda/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/crda/Makefile b/package/crda/Makefile
index a9a216151d..7036dcfd6f 100644
--- 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