blob: 27ad670ca440a73fda4a217bb9c90c502c3a3d6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (C) 2009 OpenWrt.org
#
SUBTARGET:=rt305x
BOARDNAME:=RT3x5x/RT5350 based boards
FEATURES+=usb ramdisk small_flash
CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-basic-wolfssl swconfig
define Target/Description
Build firmware images for Ralink RT3x5x/RT5350 based boards.
endef
|