| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Image sysupgrade.bin is defined by default and there is no need to define it.
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
|
|
|
|
|
|
|
|
| |
Fix variable definition, prevent displaying warnings:
- warning: overriding recipe for target
- warning: ignoring old recipe for target
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
|
|
|
|
|
|
|
| |
These recipes are generic and will be used for other subtargets, so lets
move them to the target Makefile so they can reused.
Signed-off-by: Robert Marko <robimarko@gmail.com>
|
|
Currently, ipq807x only covers Qualcomm IPQ807x SoC-s.
However, Qualcomm also has IPQ60xx and IPQ50xx SoC-s under the AX WiSoC-s
and they share a lot of stuff with IPQ807x, especially IPQ60xx so to avoid
duplicating kernel patches and everything lets make a common target with
per SoC subtargets.
Start doing that by renaming ipq807x to qualcommax so that dependencies
on ipq807x target can be updated.
Signed-off-by: Robert Marko <robimarko@gmail.com>
|