Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mediatek: fix image building | John Crispin | 2020-05-04 | 1 | -0/+2 |
| | | | | Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | mediatek: add latest fixes provided by MTK | John Crispin | 2020-02-25 | 1 | -4/+4 |
| | | | | Signed-off-by: John Crispin <john@phrozen.org> | ||||
* | mediatek: use consistent naming scheme for device nodes | Adrian Schmutzler | 2020-01-26 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | This harmonizes the device node names (and thus the image names, too) between subtargets of the mediatek target. So far, each subtarget has somewhat used its own naming scheme. Now, we use the vendor_device syntax there, too. Since DTS names have different patterns and the target only contains a few devices, this does not replace DEVICE_DTS by a calculated default value (like for other targets). SUPPORTED_DEVICES is adjusted based on the node rename where necessary, though it looks like for several older devices it was not set up correctly so far. While at it, this also changes the DTS name for u7623-02-emmc-512m to all-lower-case. Cc: John Crispin <john@phrozen.org> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> | ||||
* | mediatek: add mt7629 subtarget with rfb image | Chuanhong Guo | 2019-11-04 | 1 | -0/+8 |
base-files are added into subtarget directory like what's done recently in ath79. For this subtarget, metadata checks are enforced and a SUPPORTED_DEVICE is added to generate proper metadata. Since we only have mt7629 support in 4.19, override KERNEL_PATCHVER in target.mk for now. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> |