mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
7673df7994
The target has testing support for kernel 5.4 for quite a while, compiles fine for all devices, and has been run-tested on Asus RT-N56U successfully. Let's set it to kernel 5.4 by default to increase the audience before an 20.xx stable branch. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Tested-by: Eneas U de Queiroz <cotequeiroz@gmail.com> [Asus RT-N56U]
16 lines
307 B
Makefile
16 lines
307 B
Makefile
#
|
|
# Copyright (C) 2011 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=rt3883
|
|
BOARDNAME:=RT3662/RT3883 based boards
|
|
FEATURES+=usb pci small_flash
|
|
CPU_TYPE:=74kc
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc wpad-mini swconfig
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT3662/RT3883 based boards.
|
|
endef
|
|
|