mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 11:16:32 +00:00
kernel: enable CONFIG_PCMCIA_LOAD_CIS
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>
This commit is contained in:
parent
87bc410f7c
commit
676a11d710
@ -13,6 +13,7 @@ define KernelPackage/pcmcia-core
|
|||||||
DEPENDS:=@PCMCIA_SUPPORT
|
DEPENDS:=@PCMCIA_SUPPORT
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_PCMCIA \
|
CONFIG_PCMCIA \
|
||||||
|
CONFIG_PCMCIA_LOAD_CIS=y \
|
||||||
CONFIG_CARDBUS \
|
CONFIG_CARDBUS \
|
||||||
CONFIG_PCCARD \
|
CONFIG_PCCARD \
|
||||||
PCMCIA_DEBUG=n
|
PCMCIA_DEBUG=n
|
||||||
|
Loading…
Reference in New Issue
Block a user