mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
f10da7cb4d
The new sysfs soft_config driver makes buggy rbcfg obsolete and entirely replaces it. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
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
|