mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
mpc85xx: fix incorrect kernel target
The wrapper-image for the WL-WDR4900 was used as a build-target for the kernel. This workd fine as long as only a single wrapper is used with the OpenWrt build-system. If additional wrappers are used, the build becomes racy in the wrapper-stage. The wrapper images actually do not represent a target. They are built based on the kernel configuration. Only copy the resulting images to avoid race-conditions as explained. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
aa4a9058fb
commit
00b40ef00d
@ -1,5 +1,5 @@
|
||||
BOARDNAME:=P1010
|
||||
KERNELNAME:=simpleImage.tl-wdr4900-v1
|
||||
KERNEL_IMAGES:=simpleImage.tl-wdr4900-v1
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for P1010 based boards.
|
||||
|
Loading…
Reference in New Issue
Block a user