mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 14:37:57 +00:00
4c73c34ec4
RT3x5x seems to work fine with kernel 5.4. Set the default kernel version to 5.4 to bring this to a broader audience. Since 4 of 6 targets are on kernel 5.4 now, invert the kernel version setup logic in Makefile/target.mk files. Tested on ZyXEL Keenetic. Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com> [invert version setup logic] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
18 lines
292 B
Makefile
18 lines
292 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=rt288x
|
|
BOARDNAME:=RT288x based boards
|
|
FEATURES+=small_flash
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-mini swconfig
|
|
|
|
KERNEL_PATCHVER:=4.14
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT288x based boards.
|
|
endef
|
|
|