diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-18 11:11:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-18 11:11:23 +0000 |
commit | ce87c61ae982e6e82b500c4990f3ce018526b322 (patch) | |
tree | b21d90fb92618bf64be2cf59b6fb86003cc86774 /target | |
parent | 1ff5878421c38881551fb5949245a427accbe545 (diff) | |
download | upstream-ce87c61ae982e6e82b500c4990f3ce018526b322.tar.gz upstream-ce87c61ae982e6e82b500c4990f3ce018526b322.tar.bz2 upstream-ce87c61ae982e6e82b500c4990f3ce018526b322.zip |
add missing SSB_BLOCKIO to prevent build failres, will resolve that globally later
SVN-Revision: 15911
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/config-2.6.27 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/config-2.6.27 b/target/linux/brcm63xx/config-2.6.27 index 6cebee9f13..609d722dae 100644 --- a/target/linux/brcm63xx/config-2.6.27 +++ b/target/linux/brcm63xx/config-2.6.27 @@ -186,6 +186,7 @@ CONFIG_SERIAL_BCM63XX_CONSOLE=y CONFIG_SQUASHFS_EMBEDDED=y CONFIG_SQUASHFS_VMALLOC=y CONFIG_SSB=y +# CONFIG_SSB_BLOCKIO is not set CONFIG_SSB_B43_PCI_BRIDGE=y CONFIG_SSB_DRIVER_PCICORE=y CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y |