crda: remove superfluous dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22087 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Hamish Guthrie
2010-07-07 13:51:18 +00:00
parent 7c7e9834f8
commit 6bd0a83c9a

View 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