mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 08:56:14 +02:00
12 lines
253 B
Diff
12 lines
253 B
Diff
|
--- a/config.mk
|
||
|
+++ b/config.mk
|
||
|
@@ -8,7 +8,7 @@ ifeq ($(wildcard $(KLIB_BUILD)/.config),
|
||
|
# These will be ignored by compat autoconf
|
||
|
CONFIG_PCI=y
|
||
|
CONFIG_USB=y
|
||
|
- CONFIG_PCMCIA=y
|
||
|
+ # CONFIG_PCMCIA=y
|
||
|
CONFIG_SSB=m
|
||
|
else
|
||
|
include $(KLIB_BUILD)/.config
|