mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

This commit sync target ath79 from openwrt master, and revert some commit which will causes wireless to not work. Use ath10k-ct-smallbuffers by default, so that small memory devices can normal work.
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
|