crda: do not build for brcm-2.4 (#11874)
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Jul 2012 17:17:27 +0000 (17:17 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 16 Jul 2012 17:17:27 +0000 (17:17 +0000)
SVN-Revision: 32751

package/crda/Makefile

index f0170f5c174f90f38cbda63d1a13cac0fff65c4b..02813948c1b9d87cc7d84a472a224778eafe85cb 100644 (file)
@@ -28,7 +28,7 @@ define Package/crda
   SECTION:=net
   CATEGORY:=Network
   TITLE:=Central Regulatory Domain Agent (CRDA)
-  DEPENDS:=+libnl-tiny
+  DEPENDS:=+libnl-tiny @!LINUX_2_4
   URL:=http://wireless.kernel.org/en/developers/Regulatory/CRDA
 endef