1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 19:31:52 +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

@ -16,8 +16,6 @@ mediatek_setup_interfaces()
'bananapi,bpi-r2'|\
"unielec,u7623"*)
ucidef_set_interface_lan "lan"
ucidef_set_interface_wan "wan1 wan2 wan3 wan4"
#ucidef_set_interfaces_lan_wan "wan1 wan2 wan3 wan4" "lan"
;;
esac
}

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