diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-11 20:51:38 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-11 20:51:38 +0000 |
commit | 7355d4d68bc5352ec20e670fbb2ed11f7bcabf30 (patch) | |
tree | 19ff1c887ca56597de86e43afae53479ccf3cf09 /target | |
parent | e5bc624d05ad4bcb94ba0c9b445a51df470d4927 (diff) |
[ssb] Add support for pcmcia to ssb.
b43 will build now with pcmcia support.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15784 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
3 files changed, 27 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 index 943230f761..a5e84ba57e 100644 --- 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 @@ -1,5 +1,14 @@ --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig +@@ -26,7 +26,7 @@ config SSB_SPROM + + # Support for Block-I/O. SELECT this from the driver that needs it. + config SSB_BLOCKIO +- bool ++ bool "add SSB_BLOCKIO support" + depends on SSB + + config SSB_PCIHOST_POSSIBLE @@ -48,7 +48,7 @@ config SSB_PCIHOST config SSB_B43_PCI_BRIDGE bool diff --git a/target/linux/generic-2.6/patches-2.6.28/974-ssb_b43_default_on.patch b/target/linux/generic-2.6/patches-2.6.28/974-ssb_b43_default_on.patch index 98dde2a3c8..8a00df581b 100644 --- a/target/linux/generic-2.6/patches-2.6.28/974-ssb_b43_default_on.patch +++ b/target/linux/generic-2.6/patches-2.6.28/974-ssb_b43_default_on.patch @@ -1,5 +1,14 @@ --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig +@@ -27,7 +27,7 @@ config SSB_SPROM + + # Support for Block-I/O. SELECT this from the driver that needs it. + config SSB_BLOCKIO +- bool ++ bool "add SSB_BLOCKIO support" + depends on SSB + + config SSB_PCIHOST_POSSIBLE @@ -49,7 +49,7 @@ config SSB_PCIHOST config SSB_B43_PCI_BRIDGE bool diff --git a/target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch b/target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch index 98dde2a3c8..8a00df581b 100644 --- a/target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch +++ b/target/linux/generic-2.6/patches-2.6.29/974-ssb_b43_default_on.patch @@ -1,5 +1,14 @@ --- a/drivers/ssb/Kconfig +++ b/drivers/ssb/Kconfig +@@ -27,7 +27,7 @@ config SSB_SPROM + + # Support for Block-I/O. SELECT this from the driver that needs it. + config SSB_BLOCKIO +- bool ++ bool "add SSB_BLOCKIO support" + depends on SSB + + config SSB_PCIHOST_POSSIBLE @@ -49,7 +49,7 @@ config SSB_PCIHOST config SSB_B43_PCI_BRIDGE bool |