lantiq: fix xway image building
authorLuka Perkov <luka@openwrt.org>
Tue, 10 May 2016 22:36:33 +0000 (22:36 +0000)
committerLuka Perkov <luka@openwrt.org>
Tue, 10 May 2016 22:36:33 +0000 (22:36 +0000)
commitc1bf157e09d4bc9ebe0f9846ccaa8aea16e1cec2
tree3ea848409bf76f53aed5e4006b8c3a853033b264
parent2975c633af7c016f00a38ac1772cafecdfc90b0b
lantiq: fix xway image building

Commit 8c130dd (lantiq: use new image build process for some images) broke
image generation for the xway target since the generated macros reference not
existing WBMRA.dts and WBMRB.dts files leading to the following build error:

  mips-openwrt-linux-musl-cpp: error: ../dts/WBMRA.dts: No such file or directory
  mips-openwrt-linux-musl-cpp: warning: '-x assembler-with-cpp' after last input file has no effect
  mips-openwrt-linux-musl-cpp: fatal error: no input files

Previously both the WBMRA and WBMRB profiles shared a common WBMR DT since
the only difference is the embedded firmware kmod package.

Extend the lantiqImage macro to optionally support specifying a different
DTS file and use this facility to let the both WBMR profiles reference the
correct device tree file.

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