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 | b5d91b72f268ce526cf9a5b8b02e4f8bf28c8f21 (patch) | |
tree | cbc6fd1677bac6792a6110aa60286974b0646994 | |
parent | a1c781bdae4fbb7466d04ef02e5be85191eb06c1 (diff) | |
download | upstream-b5d91b72f268ce526cf9a5b8b02e4f8bf28c8f21.tar.gz upstream-b5d91b72f268ce526cf9a5b8b02e4f8bf28c8f21.tar.bz2 upstream-b5d91b72f268ce526cf9a5b8b02e4f8bf28c8f21.zip |
fix pcmcia-cs dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4929 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |