projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: fix a copy&paste bug that broke wzr-hp-g300nh and wzr-hp-ag300h images (...
[openwrt.git]
/
target
/
linux
/
lantiq
/
patches-3.0
/
470-mach-gigasx76x.patch
diff --git
a/target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch
b/target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch
index
5897abe
..
3cce208
100644
(file)
--- a/
target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch
+++ b/
target/linux/lantiq/patches-3.0/470-mach-gigasx76x.patch
@@
-20,7
+20,7
@@
+obj-$(CONFIG_LANTIQ_MACH_GIGASX76X) += mach-gigasx76x.o
--- /dev/null
+++ b/arch/mips/lantiq/xway/mach-gigasx76x.c
+obj-$(CONFIG_LANTIQ_MACH_GIGASX76X) += mach-gigasx76x.o
--- /dev/null
+++ b/arch/mips/lantiq/xway/mach-gigasx76x.c
-@@ -0,0 +1,1
13
@@
+@@ -0,0 +1,1
09
@@
+/*
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
+/*
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published
@@
-54,7
+54,6
@@
+#include "dev-dwc_otg.h"
+#include "dev-leds-gpio.h"
+
+#include "dev-dwc_otg.h"
+#include "dev-leds-gpio.h"
+
-+#ifdef CONFIG_MTD_PARTITIONS
+static struct mtd_partition gigasx76x_partitions[] =
+{
+ {
+static struct mtd_partition gigasx76x_partitions[] =
+{
+ {
@@
-83,7
+82,6
@@
+ .size = 0x10000,
+ },
+};
+ .size = 0x10000,
+ },
+};
-+#endif
+
+static struct gpio_led
+gigasx76x_leds_gpio[] __initdata = {
+
+static struct gpio_led
+gigasx76x_leds_gpio[] __initdata = {
@@
-97,10
+95,8
@@
+
+
+static struct physmap_flash_data gigasx76x_flash_data = {
+
+
+static struct physmap_flash_data gigasx76x_flash_data = {
-+#ifdef CONFIG_MTD_PARTITIONS
+ .nr_parts = ARRAY_SIZE(gigasx76x_partitions),
+ .parts = gigasx76x_partitions,
+ .nr_parts = ARRAY_SIZE(gigasx76x_partitions),
+ .parts = gigasx76x_partitions,
-+#endif
+};
+
+static struct ltq_pci_data ltq_pci_data = {
+};
+
+static struct ltq_pci_data ltq_pci_data = {
This page took
0.02495 seconds
and
4
git commands to generate.