From b5c60fcf76ffaefa4dfea85e0beeb1e8de2ccc78 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Mon, 26 Feb 2018 14:37:52 -0800 Subject: [PATCH 1/1] Completing README with missing instructions to get other installation packages --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 18938ad01e..af16ae4b83 100644 --- a/README +++ b/README @@ -40,8 +40,11 @@ onto your local repository. Then execute "git checkout lede-17.01" to checkout the right branch---this is a detached branch (there is no master branch), so we have to do this to make sure that we can push and pull changes correctly. -2) Copy the compilation configuration file vigilia.config into a .config file in -the main folder by executing "cp vigilia.config .config". +2) Run "./scripts/feeds update -a" to get all the latest package definitions +defined in feeds.conf / feeds.conf.default respectively and "./scripts/feeds +install -a" to install symlinks of all of them into package/feeds/. +Run "make menuconfig", choose "< Load >", and load "vigilia.config". Then save +this configuration as ".config". 3) Do "make world -j", e.g. make world -j12. -- 2.34.1