From 515f96c3bb60ab9ef69a7780f15a7f4a5d273227 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Mon, 30 Nov 2015 12:38:52 +0100 Subject: [PATCH] Update README.md extended troubleshooting --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fd6860..2f3c12b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,8 @@ on a TP-Link WDR4300. # Troubleshooting -* If the build doesn't yield a firmware file: if there's not enough -space in the flash of the target device to install all the requested -packages then the OpenWRT ImageBuilder silently skips that target. Remove -some packages from the build and try again. +* If the build doesn't yield a firmware file (```*-factory.bin``` and/or ```*-sysupgrade.bin```): +when there's not enough space in the flash of the target device to install everything +then the OpenWRT ImageBuilder prints a hardly visible error and skips that target. +Look into [build.sh](build.sh#L31) and try to remove some packages that you can live +without.