crda: remove superfluous dependency
authorHamish Guthrie <hcg@openwrt.org>
Wed, 7 Jul 2010 13:51:18 +0000 (13:51 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Wed, 7 Jul 2010 13:51:18 +0000 (13:51 +0000)
SVN-Revision: 22087

package/crda/Makefile

index a9a216151d4d2fffb9ec5d9199c63a24a1799a5d..7036dcfd6fd0bdf1f49ed85d5221fc8346e08ea8 100644 (file)
@@ -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