From: Felix Fietkau Date: Fri, 6 Oct 2006 16:41:09 +0000 (+0000) Subject: fix pcmcia-cs dependencies X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=commitdiff_plain;h=3ad05f3a32908ac853078080a5606890a9af9cc8 fix pcmcia-cs dependencies SVN-Revision: 4929 --- 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