Author: luka Date: 2015-11-18 22:35:04 +0100 (Wed, 18 Nov 2015) New Revision: 47504
Modified: trunk/target/linux/kirkwood/patches-3.18/190-nsa310s.patch trunk/target/linux/kirkwood/patches-4.3/170-nsa310s.patch Log: kirkwood: nsa310s: fix partition size Signed-off-by: Luka Perkov <[email protected]> Modified: trunk/target/linux/kirkwood/patches-3.18/190-nsa310s.patch =================================================================== --- trunk/target/linux/kirkwood/patches-3.18/190-nsa310s.patch 2015-11-18 20:31:23 UTC (rev 47503) +++ trunk/target/linux/kirkwood/patches-3.18/190-nsa310s.patch 2015-11-18 21:35:04 UTC (rev 47504) @@ -261,7 +261,7 @@ + + partition@200000 { + label = "root"; -+ reg = <0x200000 0xfe00000>; ++ reg = <0x200000 0x7e00000>; + }; +}; + Modified: trunk/target/linux/kirkwood/patches-4.3/170-nsa310s.patch =================================================================== --- trunk/target/linux/kirkwood/patches-4.3/170-nsa310s.patch 2015-11-18 20:31:23 UTC (rev 47503) +++ trunk/target/linux/kirkwood/patches-4.3/170-nsa310s.patch 2015-11-18 21:35:04 UTC (rev 47504) @@ -261,7 +261,7 @@ + + partition@200000 { + label = "root"; -+ reg = <0x200000 0xfe00000>; ++ reg = <0x200000 0x7e00000>; + }; +}; + _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
