aboutsummaryrefslogtreecommitdiffstats
path: root/package/pcmcia-cs
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
commitb5d91b72f268ce526cf9a5b8b02e4f8bf28c8f21 (patch)
treecbc6fd1677bac6792a6110aa60286974b0646994 /package/pcmcia-cs
parenta1c781bdae4fbb7466d04ef02e5be85191eb06c1 (diff)
downloadmaster-187ad058-b5d91b72f268ce526cf9a5b8b02e4f8bf28c8f21.tar.gz
master-187ad058-b5d91b72f268ce526cf9a5b8b02e4f8bf28c8f21.tar.bz2
master-187ad058-b5d91b72f268ce526cf9a5b8b02e4f8bf28c8f21.zip
fix pcmcia-cs dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4929 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/pcmcia-cs')
-rw-r--r--package/pcmcia-cs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcmcia-cs/Makefile b/package/pcmcia-cs/Makefile
index 2241c6f53b..78419de75d 100644
--- a/package/pcmcia-cs/Makefile
+++ b/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