mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43954 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
300 B
Makefile
17 lines
300 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7621
|
|
BOARDNAME:=MT7621 based boards
|
|
ARCH_PACKAGES:=ramips_1004kc
|
|
FEATURES+=usb
|
|
CPU_TYPE:=1004kc
|
|
CPU_SUBTYPE:=dsp
|
|
CFLAGS:=-Os -pipe -mmt -mips32r2 -mtune=1004kc
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7621 based boards.
|
|
endef
|
|
|