From fc9f44b94bd1b04fa86cc4d671921268afd965fa Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Mon, 12 Jun 2017 21:34:35 -0700 Subject: [PATCH] Use entire space on router --- files/etc/Compile_info.txt | 6 +++--- .../files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts | 10 ++-------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/files/etc/Compile_info.txt b/files/etc/Compile_info.txt index 8d0a2a1b21..c699790a7a 100644 --- a/files/etc/Compile_info.txt +++ b/files/etc/Compile_info.txt @@ -1,6 +1,6 @@ -LEDE 17.01-snapshot r3422-b78bcdf619 / 2017-06-02 09:38 +LEDE 17.01-snapshot r3435+3-65eec8b / 2017-06-10 00:01 --- -main 2017-06-02 b78bcdf x86: disable X2APIC support for legacy su +main 2017-06-09 9725546 Commit hnyman's changes luci 2017-06-02 7f6fc16 luci-mod-admin-full: automatically set dn -packages 2017-05-29 8844d7e net/mosquitto: bump to 1.4.12 for CVE-201 +packages 2017-06-07 dc558ea mosquitto: fix empty client-nossl package routing 2017-04-20 dbbad84 batmand: Provide PKG_MIRROR_HASH for LEDE diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts index 79c8334a42..61e0ee7cab 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts @@ -357,13 +357,7 @@ ubi@1680000 { label = "ubi"; - reg = <0x1680000 0x1E00000>; - }; - - netgear@3480000 { - label = "netgear"; - reg = <0x3480000 0x4480000>; - read-only; + reg = <0x1680000 0x6280000>; }; reserve@7900000 { @@ -374,7 +368,7 @@ firmware@1480000 { label = "firmware"; - reg = <0x1480000 0x2000000>; + reg = <0x1480000 0x6480000>; }; }; -- 2.34.1