diff options
Diffstat (limited to 'package/pcmcia-cs/Makefile')
-rw-r--r-- | package/pcmcia-cs/Makefile | 2 |
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 |