diff options
Diffstat (limited to 'package/mac80211/patches/010-no_pcmcia.patch')
-rw-r--r-- | package/mac80211/patches/010-no_pcmcia.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/010-no_pcmcia.patch b/package/mac80211/patches/010-no_pcmcia.patch new file mode 100644 index 0000000..3ef315b --- /dev/null +++ b/package/mac80211/patches/010-no_pcmcia.patch @@ -0,0 +1,11 @@ +--- 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 |