From 86ab63b59c6086ce17f75e0514575d3ad1aa9314 Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Sun, 21 Feb 2016 22:15:14 +0100 Subject: [PATCH] Paths to kernel and image were changed. --- buildroot-os/buildroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 buildroot-os/buildroot.sh diff --git a/buildroot-os/buildroot.sh b/buildroot-os/buildroot.sh old mode 100644 new mode 100755 index 5c10f23..666d2e2 --- a/buildroot-os/buildroot.sh +++ b/buildroot-os/buildroot.sh @@ -1,13 +1,13 @@ #!/bin/bash if [ -z "$1" ]; then - KIMG=./bzImage_from_ci_conf + KIMG=../build/buildroot/images/bzImage else KIMG="$1" fi echo KIMG="$KIMG" if [ -z "$2" ]; then - RFSIMG=../buildroot-2015.08.1/output/images/rootfs.ext2 + RFSIMG=../build/buildroot/images/rootfs.ext2 else RFSIMG="$2" fi -- 2.39.2