mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix build of pcmcia package on x86-2.6
SVN-Revision: 7147
This commit is contained in:
parent
9cb95b53f0
commit
d54c1ecd5f
@ -154,10 +154,10 @@ define KernelPackage/pcmcia-core
|
||||
TITLE:=PCMCIA/CardBus support
|
||||
DESCRIPTION:=Kernel support for PCMCIA/CardBus controllers
|
||||
SUBMENU:=$(EMENU)
|
||||
KCONFIG:=$(CONFIG_PCMCIA)
|
||||
endef
|
||||
|
||||
define KernelPackage/pcmcia-core/2.4
|
||||
KCONFIG:=$(CONFIG_PCMCIA)
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/pcmcia/pcmcia_core.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/pcmcia/yenta_socket.$(LINUX_KMOD_SUFFIX) \
|
||||
@ -166,9 +166,9 @@ define KernelPackage/pcmcia-core/2.4
|
||||
endef
|
||||
|
||||
define KernelPackage/pcmcia-core/2.6
|
||||
KCONFIG:=$(CONFIG_PCCARD)
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/drivers/pcmcia/pcmcia_core.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/pcmcia/pcmcia.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/pcmcia/yenta_socket.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/pcmcia/rsrc_nonstatic.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,pcmcia_core pcmcia rsrc_nonstatic yenta_socket)
|
||||
|
Loading…
Reference in New Issue
Block a user