From: juhosg Date: Wed, 9 Jan 2008 07:44:17 +0000 (+0000) Subject: [package] pcmcia-core: fix a typo X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/9af7e662311990be5078604ca3d970db3e9881a0 [package] pcmcia-core: fix a typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10154 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index ebf4d066c..59d0e9208 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -63,7 +63,7 @@ define KernelPackage/pcmcia-core DEPENDS:=@PCMCIA_SUPPORT KCONFIG:= \ CONFIG_PCMCIA \ - CONFIG_CARDBUS + CONFIG_CARDBUS \ CONFIG_PCCARD \ CONFIG_YENTA \ CONFIG_PCCARD_NONSTATIC \