From 29ac8cfbf72d7160ad01177497a6f517bd3100f8 Mon Sep 17 00:00:00 2001
From: Hamish Guthrie <hcg@openwrt.org>
Date: Wed, 7 Jul 2010 13:51:18 +0000
Subject: [PATCH] crda: remove superfluous dependency

SVN-Revision: 22087
---
 package/crda/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab