mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-07 19:54:41 +00:00
15 lines
249 B
Makefile
15 lines
249 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=mt7620a
|
|
BOARDNAME:=MT7620a based boards
|
|
ARCH_PACKAGES:=ramips_24kec
|
|
FEATURES+=usb
|
|
CFLAGS+= -march=24kec -mdsp
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink MT7620a based boards.
|
|
endef
|
|
|