lede/target/linux/amlogic/image/meson8b.mk
2024-05-06 05:53:58 +08:00

19 lines
507 B
Makefile

define Device/Default
FILESYSTEMS := ext4
IMAGES := emmc.img
KERNEL_DEPENDS = $$(wildcard $(DTS_DIR)/$$(DEVICE_DTS).dts)
KERNEL_LOADADDR := 0x01080000
KERNEL_NAME := Image
KERNEL := kernel-bin | uImage none
PROFILES = Default $$(DEVICE_NAME)
endef
define Device/thunder-onecloud
DEVICE_DTS := meson8b-onecloud
DEVICE_TITLE := Thunder OneCloud
KERNEL_LOADADDR := 0x00208000
IMAGE/emmc.img := boot-script onecloud | emmc-common $$(DEVICE_NAME)
endef
TARGET_DEVICES += thunder-onecloud