From bb240a7ebe6a9b6d41ace46d07037bed6b51b482 Mon Sep 17 00:00:00 2001 From: jow Date: Mon, 16 Jul 2012 17:17:27 +0000 Subject: [PATCH] [backfire] crda: do not build for brcm-2.4 (#11874) git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@32751 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/crda/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/crda/Makefile b/package/crda/Makefile index f0170f5c1..02813948c 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:=+libnl-tiny + DEPENDS:=+libnl-tiny @!LINUX_2_4 URL:=http://wireless.kernel.org/en/developers/Regulatory/CRDA endef -- 2.35.1