From c072f20f354dcef9c38c0d3e0862c6e89efbbeab Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Sat, 3 Jun 2017 21:09:25 -0400 Subject: [PATCH] Add part about installing and updating pkg feed --- How To Build libreCMC.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/How To Build libreCMC.md b/How To Build libreCMC.md index a81bd48..ff977cc 100644 --- a/How To Build libreCMC.md +++ b/How To Build libreCMC.md @@ -35,6 +35,14 @@ libreCMC is licensed under the GPLv2 and contains code from other free software or download a [release](https://librecmc.org/librecmc/wiki?name=releases) +If you want to build packages found in libreCMC's package feed, update and install the make files +by running the following from `$SRC_ROOT`: + +`./scripts/feeds update && ./scripts/feeds install -a` + +This will pull the makefiles for the package feed and make them available for selection +when configuring your build of libreCMC. + 2) Configure libreCMC for your device. `make menuconfig` @@ -62,4 +70,4 @@ or download a [release](https://librecmc.org/librecmc/wiki?name=releases) Where `$BUILD_TARGET = target (ex. ar71xx)`, `$TARGET_PROFILE = device`, `$VERSION = device version (some don't any)` -5) Flash the newly built image (if you are confident). libreCMC project is not responsible for bricked devices. \ No newline at end of file +5) Flash the newly built image (if you are confident). libreCMC project is not responsible for bricked devices. -- 2.25.1