mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
19 lines
402 B
Makefile
19 lines
402 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 += kmod-mtk-hnat wpad-openssl swconfig kmod-crypto-hw-eip93
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7621 based boards.
|
|
endef
|
|
|