blob: f939e4ca4c67f6c6578cef2b4726e78826449f23 (
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 ramdisk
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-mt7603 wpad-basic-wolfssl swconfig
define Target/Description
Build firmware images for Ralink MT76x8 based boards.
endef
|