[OpenWrt-Devel] [PATCH] brcm63xx: fix wrong fixups pointer
Álvaro Fernández Rojas
noltari at gmail.com
Fri Oct 3 06:43:02 EDT 2014
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
diff --git a/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch b/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch
index e2d36e7..f326a9e 100644
--- a/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch
+++ b/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch
@@ -79,7 +79,7 @@
+ .type = SPROM_BCM4318,
+ .pci_bus = 0,
+ .pci_dev = 1,
-+ .board_fixups = &spw500v_fixups,
++ .board_fixups = spw500v_fixups,
+ .num_board_fixups = ARRAY_SIZE(spw500v_fixups),
+ },
+};
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list