From 3ad05f3a32908ac853078080a5606890a9af9cc8 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 6 Oct 2006 16:41:09 +0000
Subject: [PATCH] fix pcmcia-cs dependencies

SVN-Revision: 4929
---
 openwrt/package/pcmcia-cs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/package/pcmcia-cs/Makefile b/openwrt/package/pcmcia-cs/Makefile
index 2241c6f53b..78419de75d 100644
--- a/openwrt/package/pcmcia-cs/Makefile
+++ b/openwrt/package/pcmcia-cs/Makefile
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/pcmcia-cs
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=@LINUX_2_4&&PCMCIA_SUPPORT
+  DEPENDS:=@PCMCIA_SUPPORT
   TITLE:=PCMCIA/Cardbus management utilities
   URL:=http://pcmcia-cs.sourceforge.net/
 endef
-- 
GitLab