From 0c5f3f22b40cc4525626293b64de03bc50c75d74 Mon Sep 17 00:00:00 2001 From: Attila Lendvai Date: Sat, 11 Jul 2015 04:17:18 +0200 Subject: [PATCH] Update README.md Added troubleshooting section with one note. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7ecd2a3..a4df5bd 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,10 @@ In stage 2 it will need an internet connection, so you should connect to its [LuCI interface](http://192.168.1.1) to set up an Internet upstream, and then it will automatically continue installing packages, finishing the whole process, and then do a final reboot. + +# 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.