aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-06 16:41:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-06 16:41:09 +0000
commit3ad05f3a32908ac853078080a5606890a9af9cc8 (patch)
treef170693f75f5b433d03f8b32268a3d93bb5f0003
parentca531442afedc94c5916262477d82d89f03c74f4 (diff)
downloadupstream-3ad05f3a32908ac853078080a5606890a9af9cc8.tar.gz
upstream-3ad05f3a32908ac853078080a5606890a9af9cc8.tar.bz2
upstream-3ad05f3a32908ac853078080a5606890a9af9cc8.zip
fix pcmcia-cs dependencies
SVN-Revision: 4929
-rw-r--r--openwrt/package/pcmcia-cs/Makefile2
1 files changed, 1 insertions, 1 deletions
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