Files
immortalwrt/target/linux/ramips/mt7621/target.mk
Tianling Shen 562c5f3352 ramips: switch back to wpad-openssl for mt7620 and mt7621
It's no longer able to generate images for devices with limited flash
(<= 8 MiB), so just use the full feature wpad.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-02-08 19:40:46 +08:00

19 lines
394 B
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt7621
BOARDNAME:=MT7621 based boards
FEATURES+=nand ramdisk rtc usb minor
CPU_TYPE:=24kc
KERNELNAME:=vmlinux vmlinuz
# make Kernel/CopyImage use $LINUX_DIR/vmlinuz
IMAGES_DIR:=../../..
DEFAULT_PACKAGES += wpad-openssl uboot-envtools kmod-crypto-hw-eip93
define Target/Description
Build firmware images for Ralink MT7621 based boards.
endef