d1f987b2e03da2d54eeeec4c92387444edd35681
[openwrt/staging/jow.git] / target / linux / ramips / mt7621 / target.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 #
4
5 SUBTARGET:=mt7621
6 BOARDNAME:=MT7621 based boards
7 FEATURES+=nand ramdisk rtc usb minor
8 CPU_TYPE:=24kc
9 KERNELNAME:=vmlinux vmlinuz
10 # make Kernel/CopyImage use $LINUX_DIR/vmlinuz
11 IMAGES_DIR:=../../..
12
13 DEFAULT_PACKAGES += wpad-basic-wolfssl
14
15 define Target/Description
16 Build firmware images for Ralink MT7621 based boards.
17 endef
18