1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/target/linux
Jo-Philipp Wich eb529d2625 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>
2016-04-27 01:22:32 +02:00
..
adm5120 image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
adm8668
ar7
ar71xx kernel: update kernel 4.4 to version 4.4.8 2016-04-24 11:32:17 +02:00
arc770 arc770: enable unaligned access handling simulation in software 2016-04-09 10:25:16 +00:00
archs38 archs38: remove network config override 2016-02-18 08:35:21 +00:00
arm64 image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
at91 at91: fix SAMA5D3 subtarget 2016-04-25 14:54:07 +02:00
ath25
au1000
bcm53xx bcm53xx: backport BCM5301X DT patch specifying SPI controller 2016-04-26 09:22:49 +00:00
brcm47xx kernel: update kernel 4.4 to version 4.4.7 2016-04-16 21:05:48 +00:00
brcm63xx kernel: update kernel 4.1 to version 4.1.20 2016-03-18 23:41:21 +00:00
brcm2708 brcm2708: removes backported patch (linux-4.4.7) 2016-04-26 16:41:41 +02:00
cns3xxx cns3xxx: set both MPS 'and' MRSS to 128 2016-04-26 11:44:00 +00:00
gemini
generic kernel: fix ip6_tunnel compilation 2016-04-24 12:56:07 +02:00
imx6 branding: add LEDE branding 2016-03-24 22:40:13 +01:00
ipq806x image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
ixp4xx kernel: update kernel 4.1 to version 4.1.20 2016-03-18 23:41:21 +00:00
kirkwood kirkwood: refresh patches 2016-03-14 17:13:22 +00:00
lantiq lantiq: fix xway image building 2016-04-27 01:22:32 +02:00
malta image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
mcs814x branding: add LEDE branding 2016-03-24 22:40:13 +01:00
mediatek image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
mpc85xx target/mpc85xx: check for 'generic' subtarget for initramfs image file 2016-03-03 20:24:41 +00:00
mvebu mvebu: add SolidRun ClearFog A1 support 2016-02-17 17:49:26 +00:00
mxs image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
netlogic
octeon
omap image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
omap24xx image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
orion
oxnas oxnas: add missing semicolon 2016-04-24 16:42:14 +00:00
ppc40x
ppc44x image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
ramips image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
rb532
realview image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
sunxi image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
uml uml: revert accidentally committed change 2016-04-25 14:09:05 +02:00
x86 x86: remove old references to kmod-acpi-button 2016-04-25 14:14:47 +02:00
xburst
zynq image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
Makefile