mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-21 21:31:43 +00:00
10 lines
239 B
Makefile
10 lines
239 B
Makefile
BOARDNAME:=Generic
|
|
FEATURES+=pcmcia
|
|
|
|
DEFAULT_PACKAGES += wpad-basic-wolfssl
|
|
|
|
define Target/Description
|
|
Build generic firmware for all Broadcom BCM47xx and BCM53xx MIPS
|
|
devices. It runs on both architectures BMIPS3300 and MIPS 74K.
|
|
endef
|