mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
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>
16 lines
276 B
Makefile
16 lines
276 B
Makefile
#
|
|
# Copyright (C) 2011 OpenWrt.org
|
|
#
|
|
|
|
SUBTARGET:=rt3883
|
|
BOARDNAME:=RT3662/RT3883 based boards
|
|
FEATURES+=usb pci
|
|
CPU_TYPE:=74kc
|
|
|
|
DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc
|
|
|
|
define Target/Description
|
|
Build firmware images for Ralink RT3662/RT3883 based boards.
|
|
endef
|
|
|