projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87bc410
)
kernel: enable CONFIG_PCMCIA_LOAD_CIS
author
Tomasz Maciej Nowak
<tomek_n@o2.pl>
Sat, 17 Dec 2016 20:43:53 +0000
(21:43 +0100)
committer
John Crispin
<john@phrozen.org>
Tue, 20 Dec 2016 08:35:36 +0000
(09:35 +0100)
Allow to load .cis firmware updates from userspace. Some of PCMCIA cards
need to update Card Information Structure (CIS) to work properly.
Signen-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
package/kernel/linux/modules/pcmcia.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/pcmcia.mk
b/package/kernel/linux/modules/pcmcia.mk
index eb01d0082f66e9e08e3d7e0eb1d9a124fb248544..50a944c054886481483c511ba55aff24dfd5c374 100644
(file)
--- a/
package/kernel/linux/modules/pcmcia.mk
+++ b/
package/kernel/linux/modules/pcmcia.mk
@@
-13,6
+13,7
@@
define KernelPackage/pcmcia-core
DEPENDS:=@PCMCIA_SUPPORT
KCONFIG:= \
CONFIG_PCMCIA \
+ CONFIG_PCMCIA_LOAD_CIS=y \
CONFIG_CARDBUS \
CONFIG_PCCARD \
PCMCIA_DEBUG=n