diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-29 16:32:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-29 16:32:43 +0000 |
commit | 88417c3885f52ab4d9ac0cff85152da743320ef1 (patch) | |
tree | b63f3ab347848ccecf2219717b5385984acc5f5d /target/linux | |
parent | 00ab10be2f9c50e3f688603c824bccc69fd66126 (diff) | |
download | upstream-88417c3885f52ab4d9ac0cff85152da743320ef1.tar.gz upstream-88417c3885f52ab4d9ac0cff85152da743320ef1.tar.bz2 upstream-88417c3885f52ab4d9ac0cff85152da743320ef1.zip |
Allow b43_pci_bridge to be default on, otherwise we can never enable it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13432 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/974-ssb_b43_default_on.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/974-ssb_b43_default_on.patch b/target/linux/generic-2.6/patches-2.6.27/974-ssb_b43_default_on.patch new file mode 100644 index 0000000000..34e1267fc3 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.27/974-ssb_b43_default_on.patch @@ -0,0 +1,11 @@ +--- a/drivers/ssb/Kconfig 2008-11-29 17:29:58.000000000 +0100 ++++ b/drivers/ssb/Kconfig 2008-11-29 17:40:52.000000000 +0100 +@@ -48,7 +48,7 @@ + config SSB_B43_PCI_BRIDGE + bool + depends on SSB_PCIHOST +- default n ++ default y + + config SSB_PCMCIAHOST_POSSIBLE + bool |