mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
8 lines
238 B
Makefile
8 lines
238 B
Makefile
|
define Device/mikrotik
|
||
|
DEVICE_VENDOR := MikroTik
|
||
|
DEVICE_PACKAGES := rbextract rbcfg
|
||
|
LOADER_TYPE := elf
|
||
|
KERNEL := kernel-bin | append-dtb | lzma | loader-kernel
|
||
|
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-kernel
|
||
|
endef
|