9abbaa9539
There does not seem to be any meaningful difference in generated code. This will save some time and space on snapshot builds Signed-off-by: Felix Fietkau <nbd@nbd.name>
15 lines
265 B
Makefile
15 lines
265 B
Makefile
#
|
|
# Copyright (C) 2009 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=rt305x
|
|
BOARDNAME:=RT3x5x/RT5350 based boards
|
|
FEATURES+=usb ramdisk
|
|
CPU_TYPE:=24kec
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-soc
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT3x5x/RT5350 based boards.
|
|
endef
|
|
|