projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] mac80211: add compile fix for pre-2.6.32 kernels
[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
CONFIG_SSB=m
10
else
11
include $(KLIB_BUILD)/.config
This page took
0.047103 seconds
and
5
git commands to generate.