mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +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
|