1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix support and compile

This commit is contained in:
Ycarus 2018-09-06 17:13:33 +02:00
parent 3406c7d37b
commit 9045c86ba2
2 changed files with 4 additions and 4 deletions

View file

@ -58,8 +58,10 @@ define Device/Default
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | append-metadata
ifeq ($(SUBTARGET),mt7623)
KERNEL_NAME := zImage
KERNEL := dtb | kernel-bin | append-dtb | uImage none
KERNEL_INITRAMFS := dtb | kernel-bin | append-dtb | uImage none
# KERNEL := dtb | kernel-bin | append-dtb | uImage none
KERNEL := kernel-bin | append-dtb | uImage none
# KERNEL_INITRAMFS := dtb | kernel-bin | append-dtb | uImage none
KERNEL_INITRAMFS := kernel-bin | append-dtb | uImage none
endif
ifeq ($(SUBTARGET),mt7622)
KERNEL_NAME := Image