mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-07 04:37:05 +08:00
16 lines
286 B
Makefile
16 lines
286 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 wpad-mini
|
||
|
|
||
|
define Target/Description
|
||
|
Build firmware images for Ralink RT3662/RT3883 based boards.
|
||
|
endef
|
||
|
|