With the implementation of a sysfs interface to access WLAN data, this target no longer needs a special wrapper to extract caldata. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
7 lines
228 B
Makefile
7 lines
228 B
Makefile
define Device/mikrotik
|
|
DEVICE_VENDOR := MikroTik
|
|
DEVICE_PACKAGES := rbcfg
|
|
LOADER_TYPE := elf
|
|
KERNEL := kernel-bin | append-dtb | lzma | loader-kernel
|
|
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | loader-kernel
|
|
endef
|