mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 13:34:19 +00:00
7 lines
202 B
Makefile
7 lines
202 B
Makefile
|
define Device/mikrotik
|
||
|
DEVICE_VENDOR := MikroTik
|
||
|
LOADER_TYPE := elf
|
||
|
KERNEL := kernel-bin | append-dtb | lzma | loader-kernel
|
||
|
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-kernel
|
||
|
endef
|