Signed-off-by: Álvaro Fernández Rojas
---
diff --git a/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch
b/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch
index f028de8..e1eecd4 100644
--- a/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch
+++ b/target/linux/brcm63xx/patches-3.1
Signed-off-by: Álvaro Fernández Rojas
---
diff --git a/target/linux/brcm63xx/dts/spw303v.dts
b/target/linux/brcm63xx/dts/spw303v.dts
new file mode 100644
index 000..664ad7b
--- /dev/null
+++ b/target/linux/brcm63xx/dts/spw303v.dts
@@ -0,0 +1,30 @@
+/dts-v1/;
+
+/include/ "bcm6358.dtsi"
+
+/ {
Signed-off-by: Álvaro Fernández Rojas
---
diff --git a/target/linux/brcm63xx/dts/dv-201amr.dts
b/target/linux/brcm63xx/dts/dv-201amr.dts
new file mode 100644
index 000..9f8660a
--- /dev/null
+++ b/target/linux/brcm63xx/dts/dv-201amr.dts
@@ -0,0 +1,30 @@
+/dts-v1/;
+
+/include/ "bcm6348.dtsi"
Signed-off-by: Álvaro Fernández Rojas
---
diff --git a/target/linux/brcm63xx/dts/rg100a.dts
b/target/linux/brcm63xx/dts/rg100a.dts
new file mode 100644
index 000..df628dc
--- /dev/null
+++ b/target/linux/brcm63xx/dts/rg100a.dts
@@ -0,0 +1,30 @@
+/dts-v1/;
+
+/include/ "bcm6358.dtsi"
+
+/ {
+
Signed-off-by: Álvaro Fernández Rojas
---
v2: add proper a226 variants
diff --git a/target/linux/brcm63xx/dts/a226g.dts
b/target/linux/brcm63xx/dts/a226g.dts
new file mode 100644
index 000..9aff81b
--- /dev/null
+++ b/target/linux/brcm63xx/dts/a226g.dts
@@ -0,0 +1,30 @@
+/dts-v1/;
+
+/includ
Signed-off-by: Álvaro Fernández Rojas
---
v2: fix naming issues
diff --git a/target/linux/brcm63xx/dts/agpf-s0.dts
b/target/linux/brcm63xx/dts/agpf-s0.dts
new file mode 100644
index 000..9d66b89
--- /dev/null
+++ b/target/linux/brcm63xx/dts/agpf-s0.dts
@@ -0,0 +1,30 @@
+/dts-v1/;
+
+/include
On Fri, 21 Nov 2014, John Crispin wrote:
> Hi,
>
> why the mt7610 requirement ? whr works well with a rt5592 as 5ghz
> and the whr-1166 has mt7612 as 5ghz for which felix pushed the
> driver last night. mt7610 is only used by the dir810 and there is no
> free driver for that wifi chip.
to repea
[quick idea/suggestion] What about just doing ? :
if (val == null)
return;
On Sat, Nov 22, 2014 at 3:47 AM, Álvaro Fernández Rojas
wrote:
> This fixes system/system not properly loading due to themes being null.
>
> Signed-off-by: Álvaro Fernández Rojas
> ---
> v3: follow conventions as st