projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ath9k: fix regulatory issues with multiple cards
[openwrt.git]
/
package
/
mac80211
/
patches
/
010-no_pcmcia.patch
1
--- a/config.mk
2
+++ b/config.mk
3
@@ -8,7 +8,7 @@ ifeq ($(wildcard $(KLIB_BUILD)/.config),
4
# These will be ignored by compat autoconf
5
CONFIG_PCI=y
6
CONFIG_USB=y
7
- CONFIG_PCMCIA=y
8
+# CONFIG_PCMCIA=y
9
else
10
include $(KLIB_BUILD)/.config
11
endif
12
@@ -221,7 +221,7 @@ CONFIG_B43=m
13
CONFIG_B43_HWRNG=y
14
CONFIG_B43_PCI_AUTOSELECT=y
15
ifdef CONFIG_PCMCIA
16
-CONFIG_B43_PCMCIA=y
17
+# CONFIG_B43_PCMCIA=y
18
endif #CONFIG_PCMCIA
19
# CONFIG_B43_LEDS=y
20
CONFIG_B43_PHY_LP=y
This page took
0.051409 seconds
and
5
git commands to generate.