octeon: fix image build
authorJo-Philipp Wich <jo@mein.io>
Thu, 28 Jul 2016 17:21:44 +0000 (19:21 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 28 Jul 2016 17:44:19 +0000 (19:44 +0200)
commit3bb2b46bc32f35e18eb5e656fa8dafa3e3434592
treeb6f8464a0a29fe32bb2ad025faaf6950e4d30cfa
parentadbbfb7ff900c489e6be34b2ec2834172dff7943
octeon: fix image build

After b47f438 "build: remove image prefix from kernel files in KDIR", the
kernel image in $(KDIR) has a different name and could not be found by the
tar-file build step anymore, leading to the following error on the build
servers:

  cp: cannot stat `.../linux-octeon/lede-octeon-generic-kernel.bin': No such file or directory
  make[4]: *** [.../linux-octeon/tmp/lede-octeon-generic-ext4-sysupgrade.tar] Error 1

Adjust the path to the source kernel image in order to fix the problem.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/octeon/image/Makefile