aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-11-15 11:26:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-11-15 11:26:23 +0000
commit67df4eb0fff6dc72c0fc06b5006e8d44bc6f140e (patch)
treebe22dc8cc8a5849a2399347906ae9fc98b1834a0 /target
parent2fc763d2487c50cb173df301078c2eafd16f53ad (diff)
downloadupstream-67df4eb0fff6dc72c0fc06b5006e8d44bc6f140e.tar.gz
upstream-67df4eb0fff6dc72c0fc06b5006e8d44bc6f140e.tar.bz2
upstream-67df4eb0fff6dc72c0fc06b5006e8d44bc6f140e.zip
Package bcm63xx-pcmcia kernel module and fix compilation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13212 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch b/target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch
index 02fa854cba..5376cdeadc 100644
--- a/target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch
+++ b/target/linux/brcm63xx/patches-2.6.27/006-pcmcia_cardbus_support.patch
@@ -188,7 +188,7 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
obj-$(CONFIG_OMAP_CF) += omap_cf.o
--- /dev/null
+++ b/drivers/pcmcia/bcm63xx_pcmcia.c
-@@ -0,0 +1,521 @@
+@@ -0,0 +1,522 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
@@ -670,6 +670,7 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
+ .class = PCI_CLASS_BRIDGE_CARDBUS << 8,
+ .class_mask = ~0,
+ },
++ {}
+};
+
+MODULE_DEVICE_TABLE(pci, bcm63xx_cb_table);