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

This add the mt7620-nand driver and enable nand ubifs for
mt7620 subtarget, closed: #8097, #8402, #8405
Fixes: 3625a730
("ramips: switch to kernel 5.10")
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
16 lines
277 B
Makefile
16 lines
277 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7620
|
|
BOARDNAME:=MT7620 based boards
|
|
FEATURES+=usb nand ramdisk
|
|
CPU_TYPE:=24kc
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-openssl swconfig
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7620 based boards.
|
|
endef
|
|
|