mediatek: add mt7629 subtarget with rfb image
authorChuanhong Guo <gch981213@gmail.com>
Fri, 1 Nov 2019 03:17:28 +0000 (11:17 +0800)
committerChuanhong Guo <gch981213@gmail.com>
Mon, 4 Nov 2019 12:51:19 +0000 (20:51 +0800)
commit09fe0c847dd32a829fd3dcb21e284cc0c7a3e763
tree54cf3c29b96e19d1754732b45b7b3160bb8f8285
parent58b0d3ecd66ef220101d1f4dfe550242d6004fce
mediatek: add mt7629 subtarget with rfb image

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>
target/linux/mediatek/Makefile
target/linux/mediatek/image/Makefile
target/linux/mediatek/image/mt7629.mk [new file with mode: 0644]
target/linux/mediatek/mt7629/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/mediatek/mt7629/base-files/lib/upgrade/platform.sh [new file with mode: 0755]
target/linux/mediatek/mt7629/config-4.19 [new file with mode: 0644]
target/linux/mediatek/mt7629/profiles/default.mk [new file with mode: 0644]
target/linux/mediatek/mt7629/target.mk [new file with mode: 0644]