mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 02:29:01 +00:00
1e24af5638
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>
8 lines
228 B
Makefile
8 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
|