projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
306cd5a
)
pcmcia-core: fix a typo
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 9 Jan 2008 07:44:17 +0000
(07:44 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 9 Jan 2008 07:44:17 +0000
(07:44 +0000)
SVN-Revision: 10154
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index ebf4d066cbe71b45a51ef40e983bbfd3803f4bbb..59d0e9208141bd46c74006dbbd96f9438ecff4b4 100644
(file)
--- 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 \