diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-06 16:41:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-06 16:41:09 +0000 |
commit | 3ad05f3a32908ac853078080a5606890a9af9cc8 (patch) | |
tree | f170693f75f5b433d03f8b32268a3d93bb5f0003 | |
parent | ca531442afedc94c5916262477d82d89f03c74f4 (diff) | |
download | mtk-20170518-3ad05f3a32908ac853078080a5606890a9af9cc8.zip mtk-20170518-3ad05f3a32908ac853078080a5606890a9af9cc8.tar.gz mtk-20170518-3ad05f3a32908ac853078080a5606890a9af9cc8.tar.bz2 |
fix pcmcia-cs dependencies
SVN-Revision: 4929
-rw-r--r-- | openwrt/package/pcmcia-cs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/pcmcia-cs/Makefile b/openwrt/package/pcmcia-cs/Makefile index 2241c6f..78419de 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 |