From 91e3dbecfa63485f914a5769386cd60cb05658ea Mon Sep 17 00:00:00 2001 From: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: Thu, 21 Nov 2019 11:05:52 +0100 Subject: [PATCH] Update feed [ lede_core ] ------------------------------------------------------------------------------- * d7d2bad base-files: fix script interpretation error on non broadcom platform * 62d30d8 Revert "base-files: iop-files: other bank clone only if /proc/nvram/iVersion exists" ------------------------------------------------------------------------------- commit d7d2bada9874a286ab24a1804e12ef1a6a9df2df Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2019-11-21 10:53:21 +0100 base-files: fix script interpretation error on non broadcom platform This will prevent do the cloning of the system on non broadcom platform Base directory -> feeds/lede_core/ base-files/iop-files/etc/init.d/idone | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit 62d30d87c687a7fe421f0b081f13489e2d95116d Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2019-11-20 16:30:48 +0100 Revert "base-files: iop-files: other bank clone only if /proc/nvram/iVersion exists" This reverts commit 0f2e8d7ba90eb2d147d2835352b62580115706e1. Base directory -> feeds/lede_core/ base-files/iop-files/etc/init.d/idone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- --- feeds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds.conf b/feeds.conf index 08582c95bff..b143a89407e 100644 --- a/feeds.conf +++ b/feeds.conf @@ -10,7 +10,7 @@ src-git-full targets https://dev.iopsys.eu/feed/targets.git^23d2e02e961eb855e667 src-git-full juci https://dev.iopsys.eu/feed/juci.git^ea899c423b34a01b5a837f17be953ca083694b4f # iopsysWrt override -src-git-full lede_core https://dev.iopsys.eu/feed/lede-core.git^0f2e8d7ba90eb2d147d2835352b62580115706e1 +src-git-full lede_core https://dev.iopsys.eu/feed/lede-core.git^d7d2bada9874a286ab24a1804e12ef1a6a9df2df src-git-full lede_packages https://dev.iopsys.eu/feed/lede-packages.git^9d7889edaae7a9e5ba55fd0114652e02a6ad7df1 src-git-full lede_routing https://dev.iopsys.eu/feed/lede-routing.git^c053f1753b166c9d704528f4b061e7c05e4906a4 src-git-full lede_telephony https://dev.iopsys.eu/feed/lede-telephony.git^68a16fa58eeab7608c447eab1c70dcc60f42916f -- GitLab