blob: ef2f8788688e54b80f0589409c09b441364b60f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=mt76x8
BOARDNAME:=MT76x8 based boards
FEATURES+=usb
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-mt76 wpad-basic
define Target/Description
Build firmware images for Ralink MT76x8 based boards.
endef
|