projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ssb] Remove pcmcia support from ssb.
[openwrt.git]
/
package
/
kernel
/
modules
/
other.mk
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index
392a88e
..
8e51e1a
100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-121,7
+121,6
@@
endef
$(eval $(call KernelPackage,pcspkr))
$(eval $(call KernelPackage,pcspkr))
-# This activates PCMCIA support in ssb. This will be included in kmod-ssb.
define KernelPackage/pcmcia-core
SUBMENU:=$(OTHER_MENU)
TITLE:=PCMCIA/CardBus support
define KernelPackage/pcmcia-core
SUBMENU:=$(OTHER_MENU)
TITLE:=PCMCIA/CardBus support
@@
-132,9
+131,6
@@
define KernelPackage/pcmcia-core
CONFIG_PCCARD \
CONFIG_YENTA \
CONFIG_PCCARD_NONSTATIC \
CONFIG_PCCARD \
CONFIG_YENTA \
CONFIG_PCCARD_NONSTATIC \
- CONFIG_SSB_PCMCIAHOST=y \
- CONFIG_SSB_PCMCIAHOST_POSSIBLE=y \
- CONFIG_SSB_BLOCKIO=y \
PCMCIA_DEBUG=n
endef
PCMCIA_DEBUG=n
endef
This page took
0.026287 seconds
and
4
git commands to generate.